From 02f4ee32c543ca0c777b9fda88021fc335f89ab8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 08:05:52 +0000 Subject: [PATCH] chore(main): release 1.0.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5478818..4a087bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/alexpovel/ancv/compare/v1.0.0...v1.0.1) (2022-09-08) + + +### Bug Fixes + +* **i18n:** `score` -> `grade` ([17389b6](https://github.com/alexpovel/ancv/commit/17389b6c462914d2b6d9f24f2d13d99c0cf6ed62)) + ## [1.0.0](https://github.com/alexpovel/ancv/compare/v0.20.0...v1.0.0) (2022-09-06) diff --git a/pyproject.toml b/pyproject.toml index 9826363..02145f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ancv" -version = "1.0.0" +version = "1.0.1" description = "Render 'JSON Resume' sources to ANSI-enriched output for terminal clients (cURL, wget, ...) to consume." authors = ["Alex Povel "] readme = "README.md"