We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fab86d commit 5ebb557Copy full SHA for 5ebb557
RELEASES.md
@@ -1,5 +1,18 @@
1
# Releases
2
3
+
4
+# v0.1.0
5
6
+first release version.
7
8
+## v0.1.2
9
10
+fix import `Self` from `typing`, incompatible to python 3.10.
11
12
+## v0.1.1
13
14
+fix developer message missed in OpenAIDriver.
15
16
# v0.1.0-beta
17
18
2024-12-22 beta version.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ghostos"
-version = "0.1.1"
+version = "0.1.2"
description = "A framework offers an operating system simulator with a Python Code Interface for AI Agents"
authors = ["zhuming <thirdgerb@gmail.com>", "Nile Zhou <nilezhou123@gmail.com>"]
license = "MIT"
0 commit comments