Skip to content

Commit

Permalink
chore(main): release 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 11, 2024
1 parent 1340968 commit fec98e4
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.20.1](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.20.0...v0.20.1) (2024-06-11)


### Bug Fixes

* **apis_relations:** pass the request to the table ([1340968](https://github.com/acdh-oeaw/apis-core-rdf/commit/13409683bb3e6d6bc742b81921b2bb82024cf4a8))
* **apis_relations:** set default fields ([0f89e92](https://github.com/acdh-oeaw/apis-core-rdf/commit/0f89e9213c53113d7fcedb5871e05c94645e8d1c))
* **generic:** use request intead of context for checking user ([b74158e](https://github.com/acdh-oeaw/apis-core-rdf/commit/b74158e816049d24a259710d7b52fa760526692d))

## [0.20.0](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.19.1...v0.20.0) (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.0"
__version__ = "0.20.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.20.0"
version = "0.20.1"
description = "Base package for the APIS framework"
authors = ["Matthias Schlögl <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fec98e4

Please sign in to comment.