Skip to content

Commit

Permalink
Release 3.1.1 (#290)
Browse files Browse the repository at this point in the history
* Release 3.1.1
* Update release-notes.md
  • Loading branch information
tarsil committed Apr 10, 2024
1 parent 9dc4c31 commit 40f93a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ hide:

# Release Notes

## 3.1.1

### Added

- `--with-basic-controller` flag in `createapp` directive. [#PR 284](https://github.com/dymmond/esmerald/pull/284) by [@tarsil](https://github.com/tarsil).

### Changed

- Documentation improvements.

### Fixed

- Typo in the create project directive urls file descripton.
- `operation_id` being generated to include the class based view name when coming from class based views handlers. [#PR 289](https://github.com/dymmond/esmerald/pull/289) by [@tarsil](https://github.com/tarsil).

## 3.1.0

### 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.1.0"
__version__ = "3.1.1"


from lilya import status
Expand Down

0 comments on commit 40f93a8

Please sign in to comment.