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"