Skip to content

Commit

Permalink
🔝 Release 2.0.3 - Interactive shell directive
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jul 19, 2023
1 parent 7ed073c commit b0372b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release Notes

## 2.0.3

!!! Note
This addition was supposed to go in the release [2.0.2](#202) but somehow it was missed in the merge of
the pull requests. It is not a bug fix but instead is a simple new
[directive](./directives/shell.md) that can be useful for those who like using the command-line.

It is important to understand that this support **won't be available on releases** of Esmerald
1.X.

### Added

- Interactive shell support directive for any Esmerald application.

## 2.0.2

### Changed
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__ = "2.0.2"
__version__ = "2.0.3"


from starlette import status
Expand Down

0 comments on commit b0372b2

Please sign in to comment.