Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-mather committed Jun 4, 2024
1 parent c91d1ff commit b849754
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2024-06-04
### Changed
- Added `page` and `size` params to `get_term_parents`, `get_term_children`, and other methods
for accessing term relatives
Expand Down Expand Up @@ -120,7 +122,8 @@ specified with `TypedDict`, rather than a PyDantic object - this is more user-fr
### Changed
- Initial release on PyPI

[Unreleased]: https://github.com/ahida-development/ols-py/compare/1.0.0...master
[Unreleased]: https://github.com/ahida-development/ols-py/compare/1.1.0...master
[1.1.0]: https://github.com/ahida-development/ols-py/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/ahida-development/ols-py/compare/0.9.9...1.0.0
[0.9.9]: https://github.com/ahida-development/ols-py/compare/0.6.1...0.9.9
[0.6.1]: https://github.com/ahida-development/ols-py/compare/0.6.0...0.6.1
Expand Down
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 = "ols-py"
version = "1.0.0"
version = "1.1.0"
description = "Python client for the Ontology Lookup Service"
authors = [
"Marius Mather <[email protected]>",
Expand Down

0 comments on commit b849754

Please sign in to comment.