From 4af091d585ec363806967a5e3aee731e01fb7e90 Mon Sep 17 00:00:00 2001 From: "alexpovel-ci-machine[bot]" <147921419+alexpovel-ci-machine[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:01:20 +0100 Subject: [PATCH] chore(main): release 1.5.3 (#250) 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 06d48ed..a228e49 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.2" + ".": "1.5.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6de0e75..cc3776f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.3](https://github.com/alexpovel/ancv/compare/v1.5.2...v1.5.3) (2025-01-05) + + +### Bug Fixes + +* Move `ancv.io` -> `ancv.povel.dev` ([3e45365](https://github.com/alexpovel/ancv/commit/3e4536508039214e5f0c649bba571440a6ee9dc7)) + ## [1.5.2](https://github.com/alexpovel/ancv/compare/v1.5.1...v1.5.2) (2024-11-18) diff --git a/pyproject.toml b/pyproject.toml index f13aac4..d2fc730 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ancv" -version = "1.5.2" +version = "1.5.3" description = "Renders your (JSON) resume/CV for online & pretty terminal display" authors = [{ name = "Alex Povel", email = "python@alexpovel.de" }] readme = "README.md"