We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947dbfb commit acecd3eCopy full SHA for acecd3e
2 files changed
docs/CHANGELOG.md
@@ -7,7 +7,7 @@
7
8
### Changed
9
10
-- Upgraded all dependencies
+- Upgraded all dependencies.
11
- Remove `pydantic-settings` crash workaround on empty config files.
12
- Renaming `App.maximized` as it now clashes with a Textual concept.
13
- Removed "using default collection" message from startup.
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "posting"
3
-version = "1.12.3"
+version = "1.13.0"
4
description = "The modern API client that lives in your terminal."
5
authors = [
6
{ name = "Darren Burns", email = "darrenb900@gmail.com" }
0 commit comments