From 67ab9ad223d211a8a5036f1a2f4f1c36bc5f9daf Mon Sep 17 00:00:00 2001 From: James Garner Date: Tue, 16 Jun 2026 16:33:21 +1200 Subject: [PATCH 1/2] docs: update project URLs for tracing and profiling libs --- interfaces/sloth/pyproject.toml | 4 +++- nginx_k8s/pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/interfaces/sloth/pyproject.toml b/interfaces/sloth/pyproject.toml index 28514c0a8..a76163acf 100644 --- a/interfaces/sloth/pyproject.toml +++ b/interfaces/sloth/pyproject.toml @@ -37,8 +37,10 @@ integration = [ # installed for `just integration interfaces/sloth` ] [project.urls] -"Repository" = "https://github.com/canonical/charmlibs" +"Documentation" = "https://documentation.ubuntu.com/charmlibs/reference/charmlibs/interfaces/sloth" +"Repository" = "https://github.com/canonical/charmlibs/tree/main/interfaces/sloth" "Issues" = "https://github.com/canonical/charmlibs/issues" +"Changelog" = "https://github.com/canonical/charmlibs/blob/main/interfaces/sloth/CHANGELOG.md" [build-system] requires = ["hatchling"] diff --git a/nginx_k8s/pyproject.toml b/nginx_k8s/pyproject.toml index 8a64af46c..c047dda95 100644 --- a/nginx_k8s/pyproject.toml +++ b/nginx_k8s/pyproject.toml @@ -33,8 +33,8 @@ integration = [ ] [project.urls] -"Documentation" = "https://documentation.ubuntu.com/charmlibs/reference/charmlibs/nginx_k8s/" -"Repository" = "https://github.com/canonical/charmlibs" +"Documentation" = "https://documentation.ubuntu.com/charmlibs/reference/charmlibs/nginx-k8s/" +"Repository" = "https://github.com/canonical/charmlibs/tree/main/nginx_k8s" "Issues" = "https://github.com/canonical/charmlibs/issues" "Changelog" = "https://github.com/canonical/charmlibs/blob/main/nginx_k8s/CHANGELOG.md" From 0aa470e32d968bc51b10a697cc2a6209c5c658e0 Mon Sep 17 00:00:00 2001 From: James Garner Date: Tue, 16 Jun 2026 17:08:51 +1200 Subject: [PATCH 2/2] chore: bump versions and add changelog entries for release --- interfaces/sloth/CHANGELOG.md | 5 +++++ interfaces/sloth/src/charmlibs/interfaces/sloth/_version.py | 2 +- nginx_k8s/CHANGELOG.md | 4 ++++ nginx_k8s/src/charmlibs/nginx_k8s/__init__.py | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/interfaces/sloth/CHANGELOG.md b/interfaces/sloth/CHANGELOG.md index f6cb28a74..63c01ce69 100644 --- a/interfaces/sloth/CHANGELOG.md +++ b/interfaces/sloth/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to the charmlibs.interfaces.sloth library will be documented The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.0.post0] + +### Changed +- Updated project URLs. + ## [0.1.0] ### Added diff --git a/interfaces/sloth/src/charmlibs/interfaces/sloth/_version.py b/interfaces/sloth/src/charmlibs/interfaces/sloth/_version.py index 1c09cfeaa..564632c3d 100644 --- a/interfaces/sloth/src/charmlibs/interfaces/sloth/_version.py +++ b/interfaces/sloth/src/charmlibs/interfaces/sloth/_version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.1.0' +__version__ = '0.1.0.post0' diff --git a/nginx_k8s/CHANGELOG.md b/nginx_k8s/CHANGELOG.md index f6ef8c861..a6c7b5bf1 100644 --- a/nginx_k8s/CHANGELOG.md +++ b/nginx_k8s/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.0.post0 - 16 June 2026 + +- Updated project URLs. + # 0.1.0 - 24 October 2025 This includes a few features that were introduced in the parent library while this one was being reviewed, approved and merged. diff --git a/nginx_k8s/src/charmlibs/nginx_k8s/__init__.py b/nginx_k8s/src/charmlibs/nginx_k8s/__init__.py index ec71a7506..e3ce2e5cb 100644 --- a/nginx_k8s/src/charmlibs/nginx_k8s/__init__.py +++ b/nginx_k8s/src/charmlibs/nginx_k8s/__init__.py @@ -49,4 +49,4 @@ 'TLSConfigManager', ) -__version__ = '0.1.0' +__version__ = '0.1.0.post0'