Skip to content

Commit

Permalink
v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudo-Ivan committed Jan 25, 2025
1 parent 0e9c8a0 commit c7ab650
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.4.8] - 2025-01-25
- **Fix Storage System**
- Serialization errors
- SQLite3 Storage Backend

## [0.4.7] - 2025-01-25
- **Fix Storage System**
- Serialization errors
Expand Down Expand Up @@ -220,4 +225,5 @@ bot = LXMFBot(
[0.4.4]: https://github.com/lxmfy/lxmfy/releases/tag/v0.4.4
[0.4.5]: https://github.com/lxmfy/lxmfy/releases/tag/v0.4.5
[0.4.6]: https://github.com/lxmfy/lxmfy/releases/tag/v0.4.6
[0.4.7]: https://github.com/lxmfy/lxmfy/releases/tag/v0.4.7
[0.4.7]: https://github.com/lxmfy/lxmfy/releases/tag/v0.4.7
[0.4.8]: https://github.com/lxmfy/lxmfy/releases/tag/v0.4.8
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lxmfy"
version = "0.4.7"
version = "0.4.8"
description = "LXMF bot framework for creating bots for the Reticulum Network"
authors = ["Ivan"]
readme = "README.md"
Expand Down

0 comments on commit c7ab650

Please sign in to comment.