Skip to content

Commit ceeead6

Browse files
authored
v3.5.0 (#179)
1 parent 4a973b6 commit ceeead6

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Diff for: .mailmap

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# .mailmap
2+

Diff for: CHANGELOG.md

+7-2
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+
## [3.5.0] - 2023-08-26
40+
3741
### Added
3842

3943
- More customization for reconnection behavior through new settings!
@@ -49,8 +53,8 @@ Using the following categories, list your changes in this order:
4953
- Prettier websocket URLs for components that do not have sessions.
5054
- Template tag will now only validate `args`/`kwargs` if `settings.py:DEBUG` is enabled.
5155
- Bumped the minimum `@reactpy/client` version to `0.3.1`
56+
- Bumped the minimum Django version to `4.2`.
5257
- Use TypeScript instead of JavaScript for this repository.
53-
- Bumped minimum Django version to `4.2`.
5458
- Note: ReactPy-Django will continue bumping minimum Django requirements to versions that increase async support. This "latest-only" trend will continue until Django has all async features that ReactPy benefits from. After this point, ReactPy-Django will begin supporting all maintained Django versions.
5559

5660
### Removed
@@ -383,7 +387,8 @@ Using the following categories, list your changes in this order:
383387

384388
- Support for IDOM within the Django
385389

386-
[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.4.0...HEAD
390+
[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.5.0...HEAD
391+
[3.5.0]: https://github.com/reactive-python/reactpy-django/compare/3.4.0...3.5.0
387392
[3.4.0]: https://github.com/reactive-python/reactpy-django/compare/3.3.2...3.4.0
388393
[3.3.2]: https://github.com/reactive-python/reactpy-django/compare/3.3.1...3.3.2
389394
[3.3.1]: https://github.com/reactive-python/reactpy-django/compare/3.3.0...3.3.1

Diff for: mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ watch:
103103
- mkdocs.yml
104104
- README.md
105105
- CHANGELOG.md
106+
- .mailmap
106107

107108
site_name: ReactPy-Django
108109
site_author: Archmonger

Diff for: src/reactpy_django/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
REACTPY_WEBSOCKET_ROUTE,
99
)
1010

11-
__version__ = "3.4.0"
11+
__version__ = "3.5.0"
1212
__all__ = [
1313
"REACTPY_WEBSOCKET_PATH",
1414
"REACTPY_WEBSOCKET_ROUTE",

0 commit comments

Comments
 (0)