Skip to content

Commit

Permalink
Release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jul 22, 2024
1 parent 09b001b commit 928ceb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/en/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ hide:

# Release Notes

## 3.3.1

### Changed

- Automatic detection of a response for a default status code when using OpenAPI documentation.
- Addressing `from __future__ import annotation` when using the dependency injection defaulting to Any.

## 3.3.0

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion esmerald/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.3.0"
__version__ = "3.3.1"


from lilya import status
Expand Down

0 comments on commit 928ceb1

Please sign in to comment.