From e76e1f6e4c8038b01a78a9ab7b00a8e2f4713d41 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 22:42:28 +0100 Subject: [PATCH] chore(main): release 1.5.2 (#246) Co-authored-by: alexpovel-ci-machine[bot] <147921419+alexpovel-ci-machine[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f7d510b..06d48ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.1" + ".": "1.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cde124..6de0e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.2](https://github.com/alexpovel/ancv/compare/v1.5.1...v1.5.2) (2024-11-18) + + +### Bug Fixes + +* **build:** Docker ARM build (try 2) ([7e2d595](https://github.com/alexpovel/ancv/commit/7e2d595d6b31dbe83425e5e715aea042bd716e31)) + ## [1.5.1](https://github.com/alexpovel/ancv/compare/v1.5.0...v1.5.1) (2024-11-18) diff --git a/pyproject.toml b/pyproject.toml index 9408b0a..eec2dbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ancv" -version = "1.5.1" +version = "1.5.2" description = "Renders your (JSON) resume/CV for online & pretty terminal display" authors = [{ name = "Alex Povel", email = "python@alexpovel.de" }] readme = "README.md"