Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update package version and changelog #47

Merged
merged 5 commits into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from 4 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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

## [Unreleased]

## v1.3.2 - 2025-02-27

### Changed

* No code changes. [Release workflow from 1.3.1](https://github.com/canonical/paas-charm/actions/runs/13560661165/job/37903076785) seems to have failed due to the error `400 This filename has already been used, use a different version.

Check failure on line 14 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Line length

CHANGELOG.md:14:121 MD013/line-length Line length [Expected: 120; Actual: 235] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md013.md

## v1.3.1 - 2025-02-27

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See LICENSE file for licensing details.
[project]
name = "paas-charm"
version = "1.3.1"
version = "1.3.2"
description = "Companion library for 12-factor app support in Charmcraft & Rockcraft."
readme = "README.md"
authors = [
Expand Down
Loading