From ff6d7da86b8bd6703845545849a7e6d33fb4e44b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 06:29:39 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c676e01..1afc559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/acdh-oeaw/apis-highlighter-ng/compare/v0.2.1...v0.3.0) (2024-04-11) + + +### Features + +* store the name of the field in the annotation ([e801219](https://github.com/acdh-oeaw/apis-highlighter-ng/commit/e80121979372d41ddab0343dc07c6978c1a161bf)), closes [#43](https://github.com/acdh-oeaw/apis-highlighter-ng/issues/43) + ## [0.2.1](https://github.com/acdh-oeaw/apis-highlighter-ng/compare/v0.2.0...v0.2.1) (2024-03-15) diff --git a/pyproject.toml b/pyproject.toml index ca51054..8cdc00b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apis-highlighter-ng" -version = "0.2.1" +version = "0.3.0" description = "Highlighter for the APIS project" authors = ["Birger Schacht "] license = "MIT"