Skip to content

Commit 80a48f0

Browse files
authored
v1.0.0 (#36)
1 parent 2f9be01 commit 80a48f0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Using the following categories, list your changes in this order:
3434

3535
## [Unreleased]
3636

37+
- Nothing (yet)!
38+
39+
## [1.0.0] - 2024-10-18
40+
3741
### Changed
3842

3943
- Rename `use_query` to `use_search_params`.
@@ -87,7 +91,8 @@ Using the following categories, list your changes in this order:
8791
- Rename `configure` to `create_router`.
8892
- Rename from `idom-router` to `reactpy-router`.
8993

90-
[Unreleased]: https://github.com/reactive-python/reactpy-router/compare/0.1.1...HEAD
94+
[Unreleased]: https://github.com/reactive-python/reactpy-router/compare/1.0.0...HEAD
95+
[1.0.0]: https://github.com/reactive-python/reactpy-router/compare/0.1.1...1.0.0
9196
[0.1.1]: https://github.com/reactive-python/reactpy-router/compare/0.1.0...0.1.1
9297
[0.1.0]: https://github.com/reactive-python/reactpy-router/compare/0.0.1...0.1.0
9398
[0.0.1]: https://github.com/reactive-python/reactpy-router/releases/tag/0.0.1

src/reactpy_router/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# the version is statically loaded by setup.py
2-
__version__ = "0.1.1"
2+
__version__ = "1.0.0"
33

44

55
from .components import link, navigate, route

0 commit comments

Comments
 (0)