Skip to content

Commit

Permalink
Release 3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Aug 23, 2024
1 parent b805a26 commit db20b38
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/en/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ hide:

# Release Notes

## 3.3.7

### Added

- New application generator using `--context` allowing to generate application scaffolds containing
more complex structures.

### Changed

- jinja2 templating is now 100% delegated to its base, Lilya.
- Added examples in the documentation for windows users.

### Fixed

- Lookup for summary in the handler for OpenAPI.

## 3.3.6

### Added
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.6"
__version__ = "3.3.7"


from lilya import status
Expand Down

0 comments on commit db20b38

Please sign in to comment.