Skip to content

Commit 2fc71c8

Browse files
kakackfridayLtangg555CaralHsi
authored
Chore: Change version to v1.0.0 (#230)
* feat: add product API and related functionality (cleaned sensitive data) * feat: add singleton for memos and llm * fix:fix persistent_user_manager * feat:update prompt and rm readme * fix:ci code * feat: update demo and add user manager (#31) * feat: add product API and related functionality (cleaned sensitive data) * feat: add singleton for memos and llm * fix:fix persistent_user_manager * feat:update prompt and rm readme * fix:ci code * Feature & Fix bugs: mem scheduler with rabbitmq and web log submission * fix bug of message consuming * add a range of configs * support rabbitmq * add new docs for the beginner * add more examples * fix:UserRole error * update: update product api * fix: suggestion mem * update:fix add mem * feat: update chat * fix: add uuid and product think * update: search data * fix:update * fix:chat mem * feat:vllm llm support version0 * feat: update zh en and mem * feat: update cube ids * feat:vllm llm support version0.5 * feat: add multi-language feature in mem-reader * feat: add multi-language feature in mem-reader * feat: add multi-language feature in tree reorganizer * feat: reinforce language * fix bugs & refactor the code: mem scheduler support web log feature * refactor & fix bugs: mem scheduler related codes including modules like dispatcher and retriever, the dependencies and the unittest. * feat:vllm llm support streaming generate and add benchmark script * fix:merge error * fix:merge error * fix:update gitignore * fix:merge error * feat:update .gitignore * docs:MemOS v0.2.3 release * docs:MemOS v0.2.3 release * chore:change version number to v1.0.0 * chore:change version number to v1.0.0 --------- Co-authored-by: fridayL <[email protected]> Co-authored-by: chunyu li <[email protected]> Co-authored-by: chentang <[email protected]> Co-authored-by: 席阳阳 <[email protected]>
1 parent a2ec665 commit 2fc71c8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ MemOS is licensed under the [Apache 2.0 License](./LICENSE).
251251

252252
Stay up to date with the latest MemOS announcements, releases, and community highlights.
253253

254-
- **2025-08-07** - 🎉 *MemOS v0.2.3 (Our Very First MemCube)*: A word game to inspire user engagement (MemCube), enhanced LongMemEval, BochaAISearchRetriever integration, NebulaGraph database support, improved search contextual understanding and semantic control, bug fixes, and our official Playground.
254+
255+
- **2025-08-07** - 🎉 *MemOS v1.0.0 (MemCube Release)*: First MemCube with word game demo, LongMemEval evaluation, BochaAISearchRetriever integration, NebulaGraph support, enhanced search capabilities, and official Playground launch.
255256
- **2025-07-29** – 🎉 *MemOS v0.2.2 (Nebula Update)*: Internet search+Nebula DB integration, refactored memory scheduler, KV Cache stress tests, MemCube Cookbook release (CN/EN), and 4b/1.7b/0.6b memory ops models.
256257
- **2025-07-21** – 🎉 *MemOS v0.2.1 (Neo Release)*: Lightweight Neo version with plaintext+KV Cache functionality, Docker/multi-tenant support, MCP expansion, and new Cookbook/Mud game examples.
257258
- **2025-07-11** – 🎉 *MemOS v0.2.0 (Cross-Platform)*: Added doc search/bilingual UI, MemReader-4B (local deploy), full Win/Mac/Linux support, and playground end-to-end connection.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
##############################################################################
55

66
name = "MemoryOS"
7-
version = "0.2.2"
7+
version = "1.0.0"
88
description = "Intelligence Begins with Memory"
99
license = {text = "Apache-2.0"}
1010
readme = "README.md"

src/memos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.2"
1+
__version__ = "1.0.0"
22

33
from memos.configs.mem_cube import GeneralMemCubeConfig
44
from memos.configs.mem_os import MOSConfig

0 commit comments

Comments
 (0)