diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6180eb9..f7d510b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc5800..4cde124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.5.1](https://github.com/alexpovel/ancv/compare/v1.5.0...v1.5.1) (2024-11-18) + + +### Bug Fixes + +* **build:** Docker ARM build ([8216ac8](https://github.com/alexpovel/ancv/commit/8216ac8bff3bc328369e6fdc211c9610cda517c2)) + + +### Documentation + +* Add port mapping for docker command ([3c1d404](https://github.com/alexpovel/ancv/commit/3c1d404804e9c609cf280543d7babf7859818757)) + ## [1.5.0](https://github.com/alexpovel/ancv/compare/v1.4.5...v1.5.0) (2024-11-18) diff --git a/pyproject.toml b/pyproject.toml index e319eab..9408b0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ancv" -version = "1.5.0" +version = "1.5.1" description = "Renders your (JSON) resume/CV for online & pretty terminal display" authors = [{ name = "Alex Povel", email = "python@alexpovel.de" }] readme = "README.md"