Skip to content

Commit

Permalink
v3.5.0 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger authored Aug 27, 2023
1 parent 4a973b6 commit ceeead6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# .mailmap
Mark Bakhit <[email protected]> <[email protected]>
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Using the following categories, list your changes in this order:

## [Unreleased]

- Nothing (yet)!

## [3.5.0] - 2023-08-26

### Added

- More customization for reconnection behavior through new settings!
Expand All @@ -49,8 +53,8 @@ Using the following categories, list your changes in this order:
- Prettier websocket URLs for components that do not have sessions.
- Template tag will now only validate `args`/`kwargs` if `settings.py:DEBUG` is enabled.
- Bumped the minimum `@reactpy/client` version to `0.3.1`
- Bumped the minimum Django version to `4.2`.
- Use TypeScript instead of JavaScript for this repository.
- Bumped minimum Django version to `4.2`.
- 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.

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

- Support for IDOM within the Django

[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.4.0...HEAD
[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.5.0...HEAD
[3.5.0]: https://github.com/reactive-python/reactpy-django/compare/3.4.0...3.5.0
[3.4.0]: https://github.com/reactive-python/reactpy-django/compare/3.3.2...3.4.0
[3.3.2]: https://github.com/reactive-python/reactpy-django/compare/3.3.1...3.3.2
[3.3.1]: https://github.com/reactive-python/reactpy-django/compare/3.3.0...3.3.1
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ watch:
- mkdocs.yml
- README.md
- CHANGELOG.md
- .mailmap

site_name: ReactPy-Django
site_author: Archmonger
Expand Down
2 changes: 1 addition & 1 deletion src/reactpy_django/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
REACTPY_WEBSOCKET_ROUTE,
)

__version__ = "3.4.0"
__version__ = "3.5.0"
__all__ = [
"REACTPY_WEBSOCKET_PATH",
"REACTPY_WEBSOCKET_ROUTE",
Expand Down

0 comments on commit ceeead6

Please sign in to comment.