Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and b1rger committed Oct 16, 2023
1 parent c925992 commit c94d8e7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <m.schloegl@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit c94d8e7

Please sign in to comment.