Skip to content

Commit 5ebb557

Browse files
committed
dev: prepare 0.1.2 fix
1 parent 6fab86d commit 5ebb557

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

RELEASES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Releases
22

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+
316
# v0.1.0-beta
417

518
2024-12-22 beta version.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ghostos"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A framework offers an operating system simulator with a Python Code Interface for AI Agents"
55
authors = ["zhuming <thirdgerb@gmail.com>", "Nile Zhou <nilezhou123@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)