Skip to content

Commit

Permalink
Version 1.17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Dec 16, 2024
1 parent bb5b2b2 commit 46542db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Latest changes

## 1.17.0.0

Require Python 3.11+

Support Python 3.13

Use uv & ruff as tooling

## 1.16.0.0

**Breaking changes**: all events received via websocket are now processed asynchronously. Ensure your handlers are accounted for concurrent access. In case not, ensure locking techniques are used (asyncio.Lock, postgres FOR UPDATE, advisory locks, etc)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "bitcart"
version = "1.16.0.0"
version = "1.17.0.0"
description = "Bitcart coins support library"
readme = "README.md"
license = "MIT"
Expand Down
14 changes: 7 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46542db

Please sign in to comment.