Skip to content

Commit

Permalink
chore(main): release 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 7, 2023
1 parent 5223b93 commit 6708094
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.0"
".": "0.13.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.13.1](https://github.com/vexxhost/magnum-cluster-api/compare/v0.13.0...v0.13.1) (2023-12-07)


### Bug Fixes

* add unit tests for image loader + missing images ([#268](https://github.com/vexxhost/magnum-cluster-api/issues/268)) ([5223b93](https://github.com/vexxhost/magnum-cluster-api/commit/5223b93c19e22b4e7d01a4d44bf0e720ca966832))

## [0.13.0](https://github.com/vexxhost/magnum-cluster-api/compare/v0.12.1...v0.13.0) (2023-12-06)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "magnum-cluster-api"
version = "0.13.0"
version = "0.13.1"
description = "Cluster API driver for Magnum"
authors = ["Mohammed Naser <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 6708094

Please sign in to comment.