From 0fc3bc1537d038c479161c6c6765cdcb1a03f5e0 Mon Sep 17 00:00:00 2001 From: "alexpovel-ci-machine[bot]" <147921419+alexpovel-ci-machine[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:26:24 +0000 Subject: [PATCH] chore(main): release 1.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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"