From f4065d453d604ed59bdec1842503b686cb29e36b Mon Sep 17 00:00:00 2001 From: Vishal Pankaj Chandratreya <19171016+tfpf@users.noreply.github.com> Date: Sat, 4 Oct 2025 15:14:44 +0530 Subject: [PATCH 1/3] Version bump [skip ci] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e330f2..1deed26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ docs = ["furo~=2024.8", "myst-parser~=4.0"] [project] name = "pysorteddict" -version = "0.11.0" +version = "0.12.0" authors = [ {name = "Vishal Pankaj Chandratreya"}, ] From 186967f4cdfe79a3dbca3feaf0c06371139eb000 Mon Sep 17 00:00:00 2001 From: Vishal Pankaj Chandratreya <19171016+tfpf@users.noreply.github.com> Date: Sat, 4 Oct 2025 15:29:23 +0530 Subject: [PATCH 2/3] Skeleton [skip ci] --- docs/changelog.md | 2 ++ docs/documentation.md | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 8f72edf..e3f587c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,7 @@ # Changelog +## [0.12.0](https://github.com/tfpf/pysorteddict/compare/v0.11.0...v0.12.0) + ## [0.11.0](https://github.com/tfpf/pysorteddict/compare/v0.10.0...v0.11.0)