Skip to content

Commit a3cd7ac

Browse files
committed
docs: add changelog, update classifiers
1 parent 9b2a610 commit a3cd7ac

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 0.0.1 - 2025-06-29
4+
5+
Initial alpha release.

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ keywords = [
2222
]
2323
requires-python = ">=3.9"
2424
classifiers = [
25-
"Development Status :: 4 - Beta",
25+
"Development Status :: 3 - Alpha",
26+
"License :: OSI Approved :: MIT License",
2627
"Programming Language :: Python",
28+
"Topic :: Software Development :: Embedded Systems",
29+
"Topic :: System :: Emulators",
2730
"Typing :: Typed",
28-
"License :: OSI Approved :: MIT License",
2931
]
3032
dependencies = ["pydantic>=2.8", "websockets>=12,<13"]
3133

0 commit comments

Comments
 (0)