From c708cafe0332cf9156c7a70797450ba61f7efd73 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Tue, 12 Nov 2024 00:24:35 +0000 Subject: [PATCH] Bump and update changelog --- docs/CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5ce7d9c5..c48431d1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.1.1 [12th November 2024] + +### Fixed + +- Fix collection browser message not being visible when it's empty. + +### Changed + +- Improved message in empty collection browser, indicating keybind for how to toggle the collection browser. + ## 2.1.0 [11th November 2024] ### Added diff --git a/pyproject.toml b/pyproject.toml index 4e0065f1..08a25f67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "posting" -version = "2.1.0" +version = "2.1.1" description = "The modern API client that lives in your terminal." authors = [ { name = "Darren Burns", email = "darrenb900@gmail.com" }