Skip to content

Commit

Permalink
🔖 release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 27, 2024
1 parent 6d3f2cc commit 47a6f0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [v0.5.0](https://github.com/haliphax/xthulu/compare/v0.4.0...v0.5.0) (2024-03-27)

## ✨ New Features
- [`0e0c616`](https://github.com/haliphax/xthulu/commit/0e0c616) typescript web userland
- [`65d1e50`](https://github.com/haliphax/xthulu/commit/65d1e50) basic public message system (#117) (Issues: [`#117`](https://github.com/haliphax/xthulu/issues/117))

## 🐛 Bug Fixes
- [`6d3f2cc`](https://github.com/haliphax/xthulu/commit/6d3f2cc) 256/truecolor detection fix

# [v0.4.0](https://github.com/haliphax/xthulu/compare/v0.3.1...v0.4.0) (2023-10-23)

## ✨ New Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "xthulu"
requires-python = ">=3.11"
version = "0.4.0"
version = "0.5.0"
dynamic = ["dependencies", "optional-dependencies"]

[tool.setuptools]
Expand Down

0 comments on commit 47a6f0f

Please sign in to comment.