Skip to content

Commit

Permalink
chore(release): v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Aug 21, 2023
1 parent 0b57621 commit d1dd176
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
28 changes: 12 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0](https://github.com/InTaVia/InTaVia-Backend/compare/v0.5.2...v1.0.0) (2023-08-21)


* fix!: fixes linkedIds to new format ([43aa7f1](https://github.com/InTaVia/InTaVia-Backend/commit/43aa7f1b1e386a9f127e1d434e228ab06a8ae76a)), closes [#166](https://github.com/InTaVia/InTaVia-Backend/issues/166)


### BREAKING CHANGES

* changes the swagger definition to the format agreed in #166



## [0.5.2](https://github.com/InTaVia/InTaVia-Backend/compare/v0.5.1...v0.5.2) (2023-08-21)


Expand Down Expand Up @@ -43,19 +55,3 @@



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


### Bug Fixes

* adapts SPARQL event queries to use provided entities ([84ab974](https://github.com/InTaVia/InTaVia-Backend/commit/84ab97479d1d196f32499de9193eee7ca4d85ba8))
* adds sparql queries to allow for matching via provided entities ([a02e568](https://github.com/InTaVia/InTaVia-Backend/commit/a02e568803f4e5b80e8b028c733e0301299466cf))
* bumps util to latest to fix error with data generation ([9edd768](https://github.com/InTaVia/InTaVia-Backend/commit/9edd768170bcd1c0e091bcc157437c27f948ccd5))


### Features

* adapts SPARQL queries to combine proxies in one entity ([8451d0c](https://github.com/InTaVia/InTaVia-Backend/commit/8451d0c2eadf4f294077444fb945a4c656eece51))



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.5.2"
version = "1.0.0"
description = ""
authors = [ "Matthias Schlögl <matthias.schloegl@oeaw.ac.at>" ]
license = "MIT"
Expand Down

0 comments on commit d1dd176

Please sign in to comment.