Skip to content

Commit

Permalink
chore(main): release 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 12, 2024
1 parent ec10764 commit cba5d91
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.20.2](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.20.1...v0.20.2) (2024-06-12)


### Bug Fixes

* **api:** move `/entities` endpoint to `/api/entities` ([638bc1b](https://github.com/acdh-oeaw/apis-core-rdf/commit/638bc1bbeeb4b0926938a7d43ec78a08ce1f91de))
* **ci:** replace workflow_call with workflow_dispatch ([5ecf426](https://github.com/acdh-oeaw/apis-core-rdf/commit/5ecf4267879919983396a7dfdba037ce5e6dd072))
* drop `apis` namespace for all url resolvers ([24f91f1](https://github.com/acdh-oeaw/apis-core-rdf/commit/24f91f1ae3e8f88a7cfbffcbc21de16e34246b97)), closes [#876](https://github.com/acdh-oeaw/apis-core-rdf/issues/876)
* **sample_project:** listen on port 5000 by default ([ec10764](https://github.com/acdh-oeaw/apis-core-rdf/commit/ec107644dcf8a9d3b9769a71ba647a3b917bcf50))


### Documentation

* **sample_project:** add comments to the sample projects settings ([9a7be81](https://github.com/acdh-oeaw/apis-core-rdf/commit/9a7be81a4eb80e6fa3c83cab2c3686a3958aded1))

## [0.20.1](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.20.0...v0.20.1) (2024-06-11)


Expand Down
2 changes: 1 addition & 1 deletion apis_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.20.1"
__version__ = "0.20.2"
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 = "apis-core"
version = "0.20.1"
version = "0.20.2"
description = "Base package for the APIS framework"
authors = ["Matthias Schlögl <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit cba5d91

Please sign in to comment.