From 72d7b75f109d25e2bf639ad5481dcd1d9617bce3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 18:39:09 +0000 Subject: [PATCH] chore(main): release 1.2.2 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dba26e5..bb22f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.2.2](https://github.com/alexpovel/ancv/compare/v1.2.1...v1.2.2) (2023-02-05) + + +### Documentation + +* Document and clear up templating code ([920a759](https://github.com/alexpovel/ancv/commit/920a75968cde31d97f38db01f50a328e4d50d76b)) +* Document and clear up theme code ([5229102](https://github.com/alexpovel/ancv/commit/5229102e7b818d617550b181ec3a2372c7d7a6bf)) +* Document and clear up web {client,server} and other code ([7690b08](https://github.com/alexpovel/ancv/commit/7690b089906746e6607bbe8bebed086aa7d3c9c9)) +* Document pydantic models and their original counterpart ([8365454](https://github.com/alexpovel/ancv/commit/836545490dcf3d82a90ca253a8be5ab07f30ba89)) + ## [1.2.1](https://github.com/alexpovel/ancv/compare/v1.2.0...v1.2.1) (2022-11-10) diff --git a/pyproject.toml b/pyproject.toml index 763b670..0e879fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ancv" -version = "1.2.1" +version = "1.2.2" description = "Renders your (JSON) resume/CV for online & pretty terminal display" authors = ["Alex Povel "] readme = "README.md"