From b0372b27a4a56447be3cd688922711f8a49c43be Mon Sep 17 00:00:00 2001 From: tarsil Date: Wed, 19 Jul 2023 12:00:13 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=9D=20Release=202.0.3=20-=20Intera?= =?UTF-8?q?ctive=20shell=20directive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/release-notes.md | 14 ++++++++++++++ esmerald/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index a6bb1c1c..cb8383f4 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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 diff --git a/esmerald/__init__.py b/esmerald/__init__.py index 366455c2..b369a8f3 100644 --- a/esmerald/__init__.py +++ b/esmerald/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.2" +__version__ = "2.0.3" from starlette import status From 586ecd60a999c604b70fe085451524a9e8802441 Mon Sep 17 00:00:00 2001 From: tarsil Date: Wed, 19 Jul 2023 12:01:45 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=83=20Update=20release=20note=20ur?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index cb8383f4..0ddeafb7 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,7 +12,7 @@ ### Added -- Interactive shell support directive for any Esmerald application. +- [Interactive shell](./directives/shell.md) support directive for any Esmerald application. ## 2.0.2