Skip to content

Commit

Permalink
chore(main): release 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and b1rger committed May 13, 2024
1 parent fed77c8 commit e471da0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.18.1](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.18.0...v0.18.1) (2024-05-13)


### Bug Fixes

* **apis_entities:** remove self from list of entities to merge with ([a4fdd63](https://github.com/acdh-oeaw/apis-core-rdf/commit/a4fdd634c0550541698c0e91ba7e0e7908cd5d86))
* **core:** use the capfirst filter on entity menu entries ([4587783](https://github.com/acdh-oeaw/apis-core-rdf/commit/458778354a70a6836ab42a742b2e38f787391824)), closes [#799](https://github.com/acdh-oeaw/apis-core-rdf/issues/799)
* **history:** implement history_date fallback directly in property ([fed77c8](https://github.com/acdh-oeaw/apis-core-rdf/commit/fed77c896e32d5bcc29a1bdef4a00ab68cd3c57d))

## [0.18.0](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.17.3...v0.18.0) (2024-05-07)


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.18.0"
__version__ = "0.18.1"
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.18.0"
version = "0.18.1"
description = "Base package for the APIS framework"
authors = ["Matthias Schlögl <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e471da0

Please sign in to comment.