Skip to content

Commit

Permalink
chore(release): v0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jul 13, 2023
1 parent 678d894 commit 9ea92be
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
27 changes: 18 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [0.5.0](https://github.com/InTaVia/InTaVia-Backend/compare/v0.4.1...v0.5.0) (2023-07-13)


### Bug Fixes

* adapts events search filter for related entities to provided ([3be8c12](https://github.com/InTaVia/InTaVia-Backend/commit/3be8c1247d4691c11d9eeb5984a1482228285091)), closes [#181](https://github.com/InTaVia/InTaVia-Backend/issues/181)
* adds fix for related entities search in entities route ([1854a60](https://github.com/InTaVia/InTaVia-Backend/commit/1854a608b822c1dc374d9a383cf2379ed10c5db2)), closes [#181](https://github.com/InTaVia/InTaVia-Backend/issues/181)
* adds outdated NG to get the roles back ([0840dd0](https://github.com/InTaVia/InTaVia-Backend/commit/0840dd00e7b364937571402eb81a26bcc7c0df16))
* fixes an issue with vocabs in search not showing up ([9ca2877](https://github.com/InTaVia/InTaVia-Backend/commit/9ca2877fc21ed53f77dc13d22de2d0ec540b984b))
* removes restriction to Eevent_role subclasses ([465e2c9](https://github.com/InTaVia/InTaVia-Backend/commit/465e2c9964e93d950d92408893eed4755e015d5d))


### Features

* adds sameAs query parameter and filters in SPARQL query ([74c3535](https://github.com/InTaVia/InTaVia-Backend/commit/74c35351c8d9a587dc10b3d9cc3fa04a6e062e07)), closes [#182](https://github.com/InTaVia/InTaVia-Backend/issues/182)



## [0.4.1](https://github.com/InTaVia/InTaVia-Backend/compare/v0.4.0...v0.4.1) (2023-07-07)


Expand Down Expand Up @@ -42,12 +60,3 @@



## [0.2.43](https://github.com/InTaVia/InTaVia-Backend/compare/v0.2.42...v0.2.43) (2023-06-27)


### Bug Fixes

* fixes named graph URI for BNet ([ecf5b07](https://github.com/InTaVia/InTaVia-Backend/commit/ecf5b079591fa6798cae13bc721cd2b46e4eba40)), closes [#168](https://github.com/InTaVia/InTaVia-Backend/issues/168)



2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ profile = "black"

[tool.poetry]
name = "intavia-backend"
version = "0.4.1"
version = "0.5.0"
description = ""
authors = [ "Matthias Schlögl <[email protected]>" ]
license = "MIT"
Expand Down

0 comments on commit 9ea92be

Please sign in to comment.