Skip to content

Commit

Permalink
🔖 release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 18, 2023
1 parent c9cb3cd commit 70e5e49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [v0.3.1](https://github.com/haliphax/xthulu/compare/v0.3.0...v0.3.1) (2023-10-18)

## 🐛 Bug Fixes
- [`e89ec41`](https://github.com/haliphax/xthulu/commit/e89ec41) ensure database connections are closed
- [`510715d`](https://github.com/haliphax/xthulu/commit/510715d) ensure ssh db connection is open :P
- [`552370e`](https://github.com/haliphax/xthulu/commit/552370e) html-encode chat messages

# [v0.3.0](https://github.com/haliphax/xthulu/compare/v0.2.0...v0.3.0) (2023-10-18)

## ✨ 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.3.0"
version = "0.3.1"
dynamic = ["dependencies", "optional-dependencies"]

[tool.setuptools]
Expand Down

0 comments on commit 70e5e49

Please sign in to comment.