From a6cd4e7309ca9f9a9cff77544f45139c4d8f5ea5 Mon Sep 17 00:00:00 2001 From: Oliver Lambson Date: Sun, 21 Sep 2025 00:24:02 -0400 Subject: [PATCH 1/2] chore: release main --- .github/.release-please-manifest.json | 2 +- jetstreamext/CHANGELOG.md | 7 +++++++ jetstreamext/pyproject.toml | 2 +- natsext/CHANGELOG.md | 7 +++++++ natsext/pyproject.toml | 2 +- 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index e638588..f5bcc2b 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{"natsext":"0.4.0","jetstreamext":"0.4.0"} +{"natsext":"0.4.1","jetstreamext":"0.4.1"} diff --git a/jetstreamext/CHANGELOG.md b/jetstreamext/CHANGELOG.md index ab46896..f94edc6 100644 --- a/jetstreamext/CHANGELOG.md +++ b/jetstreamext/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/oliverlambson/orbit.py/compare/jetstreamext-v0.4.0...jetstreamext-v0.4.1) (2025-09-21) + + +### Dependencies + +* **jetstreamext:** lock file maintenance ([#17](https://github.com/oliverlambson/orbit.py/issues/17)) ([54618b6](https://github.com/oliverlambson/orbit.py/commit/54618b6fde2057da6d7525e2e53a7b12a7cb882c)) + ## [0.4.0](https://github.com/oliverlambson/orbit.py/compare/jetstreamext-v0.3.0...jetstreamext-v0.4.0) (2025-09-09) diff --git a/jetstreamext/pyproject.toml b/jetstreamext/pyproject.toml index 392a436..36658f9 100644 --- a/jetstreamext/pyproject.toml +++ b/jetstreamext/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jetstreamext" -version = "0.4.0" +version = "0.4.1" description = "JetStream Extensions is a set of utilities providing additional features to `jetstream` package in nats-py client." readme = "README.md" license = "Apache-2.0" diff --git a/natsext/CHANGELOG.md b/natsext/CHANGELOG.md index 5b0b999..87afd96 100644 --- a/natsext/CHANGELOG.md +++ b/natsext/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/oliverlambson/orbit.py/compare/natsext-v0.4.0...natsext-v0.4.1) (2025-09-21) + + +### Dependencies + +* **natsext:** lock file maintenance ([#18](https://github.com/oliverlambson/orbit.py/issues/18)) ([5de8644](https://github.com/oliverlambson/orbit.py/commit/5de8644adef964839020e804c796abe79e5ac891)) + ## [0.4.0](https://github.com/oliverlambson/orbit.py/compare/natsext-v0.3.0...natsext-v0.4.0) (2025-09-09) diff --git a/natsext/pyproject.toml b/natsext/pyproject.toml index 140d1c7..0f02ea5 100644 --- a/natsext/pyproject.toml +++ b/natsext/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "natsext" -version = "0.4.0" +version = "0.4.1" description = "Core NATS Extensions is a set of utilities providing additional features to Core NATS component of nats-py client." readme = "README.md" license = "Apache-2.0" From 21374811a1ddfc83c7845d9e50bdc5b22b4b8615 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Sep 2025 04:24:13 +0000 Subject: [PATCH 2/2] chore: update uv lockfile(s) --- jetstreamext/uv.lock | 4 ++-- natsext/uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jetstreamext/uv.lock b/jetstreamext/uv.lock index d6c84fe..7a23027 100644 --- a/jetstreamext/uv.lock +++ b/jetstreamext/uv.lock @@ -139,7 +139,7 @@ wheels = [ [[package]] name = "jetstreamext" -version = "0.4.0" +version = "0.4.1" source = { editable = "." } dependencies = [ { name = "nats-py" }, @@ -178,7 +178,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/65/be/757c8af63596453da [[package]] name = "natsext" -version = "0.4.0" +version = "0.4.1" source = { directory = "../natsext" } dependencies = [ { name = "nats-py" }, diff --git a/natsext/uv.lock b/natsext/uv.lock index 85c9f2b..d31646a 100644 --- a/natsext/uv.lock +++ b/natsext/uv.lock @@ -145,7 +145,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/65/be/757c8af63596453da [[package]] name = "natsext" -version = "0.4.0" +version = "0.4.1" source = { editable = "." } dependencies = [ { name = "nats-py" },