Skip to content

Commit a8f893e

Browse files
committed
bump: version 0.13.3 → 1.0.0
1 parent e1c6669 commit a8f893e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v1.0.0 (2025-10-08)
2+
3+
### BREAKING CHANGE
4+
5+
- Major rewrite introducing decorator-based WebSocket handlers and automatic AsyncAPI documentation generation
6+
7+
### Feat
8+
9+
- reimplement chanx with decorator approach and auto-generate asyncapi docs
10+
11+
### Fix
12+
13+
- install all extras for readthedocs
14+
- update documentation and improve type safety in message registry
15+
116
## v0.13.3 (2025-07-15)
217

318
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ license = {file = "LICENSE"}
105105
name = "chanx"
106106
readme = "README.rst"
107107
requires-python = ">=3.11,<4.0"
108-
version = "0.13.3"
108+
version = "1.0.0"
109109

110110
[project.optional-dependencies]
111111
channels = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)