From c94d8e7f033b6c24db36ce3967f2c901ed0407a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:13:03 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5e249f..c41b4ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.0](https://github.com/acdh-oeaw/apis-webpage/compare/v0.2.0...v1.0.0) (2023-10-16) + + +### ⚠ BREAKING CHANGES + +* drop management commands + +### Features + +* replaces feather icons with material-symbols ([25ae6c2](https://github.com/acdh-oeaw/apis-webpage/commit/25ae6c27182486fd57c17d7cb1ea3dd8b795b31e)) +* use new apis-core menu-item blocks ([da66bf4](https://github.com/acdh-oeaw/apis-webpage/commit/da66bf463d8a99e07ed3811d38b39f625c7895bb)) + + +### Code Refactoring + +* drop management commands ([c925992](https://github.com/acdh-oeaw/apis-webpage/commit/c925992f29ccf5436b9bf8f0846b230425b34c70)), closes [#16](https://github.com/acdh-oeaw/apis-webpage/issues/16) + ## [0.2.0](https://github.com/acdh-oeaw/apis-webpage/compare/v0.1.0...v0.2.0) (2023-09-13) diff --git a/pyproject.toml b/pyproject.toml index e31a223..787650a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "webpage" -version = "0.2.0" +version = "1.0.0" description = "Webpage frontend for APIS projects" authors = ["Matthias Schlögl "] license = "MIT"