Skip to content

Commit

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

## [0.12.1](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.12.0...v0.12.1) (2024-01-30)


### Bug Fixes

* **api_routers:** fix generic_serializer_creation_factory ([eeb7430](https://github.com/acdh-oeaw/apis-core-rdf/commit/eeb743086cb9cca725e7f9401d2e028302db467b)), closes [#577](https://github.com/acdh-oeaw/apis-core-rdf/issues/577)
* drop TextSerializer and use GenericHyperlinkedModelSerializer ([5c0091b](https://github.com/acdh-oeaw/apis-core-rdf/commit/5c0091baee43515ca9bc2fff5e18f52f789e2c97))

## [0.12.0](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.11.3...v0.12.0) (2024-01-30)


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

0 comments on commit d31cfff

Please sign in to comment.