Skip to content

Commit 47a6f0f

Browse files
🔖 release 0.5.0
1 parent 6d3f2cc commit 47a6f0f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [v0.5.0](https://github.com/haliphax/xthulu/compare/v0.4.0...v0.5.0) (2024-03-27)
2+
3+
## ✨ New Features
4+
- [`0e0c616`](https://github.com/haliphax/xthulu/commit/0e0c616) typescript web userland
5+
- [`65d1e50`](https://github.com/haliphax/xthulu/commit/65d1e50) basic public message system (#117) (Issues: [`#117`](https://github.com/haliphax/xthulu/issues/117))
6+
7+
## 🐛 Bug Fixes
8+
- [`6d3f2cc`](https://github.com/haliphax/xthulu/commit/6d3f2cc) 256/truecolor detection fix
9+
110
# [v0.4.0](https://github.com/haliphax/xthulu/compare/v0.3.1...v0.4.0) (2023-10-23)
211

312
## ✨ New Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "xthulu"
77
requires-python = ">=3.11"
8-
version = "0.4.0"
8+
version = "0.5.0"
99
dynamic = ["dependencies", "optional-dependencies"]
1010

1111
[tool.setuptools]

0 commit comments

Comments
 (0)