From 22c1cd339f95381029654fe3a6652b2f4fce9f80 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Tue, 12 Nov 2024 00:01:02 +0000 Subject: [PATCH] Bump version --- docs/CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c9d51639..5ce7d9c5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,9 @@ ### Added - Import curl command by pasting it into the URL bar. + +### Changed + - Collection browser width now adjusts based on content, so it doesn't waste a lot of space on larger screens. - Info tab now shows "Request not saved to disk" if a request has not been saved to disk, rather than "None" or nothing at all. diff --git a/pyproject.toml b/pyproject.toml index cc30424c..4922ea78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "posting" -version = "2.0.1" +version = "2.1.0" description = "The modern API client that lives in your terminal." authors = [ { name = "Darren Burns", email = "darrenb900@gmail.com" }