From 9e73fc40f81b9bf9cff9c14ea0d9c36b66c6f2ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 07:09:57 +0000 Subject: [PATCH] chore(main): release 0.3.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e4ddb..b9d951e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/acdh-oeaw/apis-highlighter-ng/compare/v0.3.1...v0.3.2) (2024-06-19) + + +### Bug Fixes + +* **templates:** make the selection menu reflect the selected value ([dc6edb5](https://github.com/acdh-oeaw/apis-highlighter-ng/commit/dc6edb593e48a107221a6adba408054e9dd67d0a)) + ## [0.3.1](https://github.com/acdh-oeaw/apis-highlighter-ng/compare/v0.3.0...v0.3.1) (2024-04-11) diff --git a/pyproject.toml b/pyproject.toml index 026b6c0..cdd7adf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apis-highlighter-ng" -version = "0.3.1" +version = "0.3.2" description = "Highlighter for the APIS project" authors = ["Birger Schacht "] license = "MIT"