Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions interfaces/sloth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion interfaces/sloth/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 4 additions & 0 deletions nginx_k8s/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions nginx_k8s/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion nginx_k8s/src/charmlibs/nginx_k8s/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
'TLSConfigManager',
)

__version__ = '0.1.0'
__version__ = '0.1.0.post0'
Loading