Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-mather committed Oct 13, 2023
1 parent d32d40e commit 4b03801
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ 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]

## [0.6.0] - 2023-10-13
### Changed
- Unified OLS3 and OLS4 schemas - OLS4 is more in sync with OLS3 now, so separate schemas are no longer needed
- `mypy` is now happy with our types thanks to the unified schemas! We can keep the code type-checked from now on
- Implemented more endpoints, e.g. retrieving individuals and properties
- Reworked function arguments - any optional parameters for requests are now
specified with `TypedDict`, rather than a PyDantic object - this is more user-friendly


## [0.5.1] - 2023-09-14
### Changed
- Added types/schemas for `obo_synonym` and `obo_xref` on Term responses
Expand Down Expand Up @@ -100,7 +101,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/0.5.1...master
[Unreleased]: https://github.com/ahida-development/ols-py/compare/0.6.0...master
[0.6.0]: https://github.com/ahida-development/ols-py/compare/0.5.1...0.6.0
[0.5.1]: https://github.com/ahida-development/ols-py/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/ahida-development/ols-py/compare/0.3.0...0.5.0
[0.3.0]: https://github.com/ahida-development/ols-py/compare/0.2.7...0.3.0
Expand All @@ -120,3 +122,4 @@ specified with `TypedDict`, rather than a PyDantic object - this is more user-fr
[0.1.0]: https://github.com/ahida-development/ols-py/compare/0.0.3...0.1.0
[0.0.3]: https://github.com/ahida-development/ols-py/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/ahida-development/ols-py/tree/0.0.2

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 = "0.5.1"
version = "0.6.0"
description = "Python client for the Ontology Lookup Service"
authors = [
"Marius Mather <[email protected]>",
Expand Down

0 comments on commit 4b03801

Please sign in to comment.