Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-mather committed Jul 27, 2023
1 parent 067ed2b commit 638ef34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ 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.5.0] - 2023-07-27
### Changed
- Updated to [Pydantic V2](https://docs.pydantic.dev/latest/): the new version has useful features such as multiple aliases for fields
- In Pydantic V2, url fields are stored as a URL class and cannot be directly used as strings - use `str(model.url_field)` to use them as string.

### Fixed
- Updated some schema fields to reflect latest changes to OLS4 - still a bit of a moving target!

Expand Down Expand Up @@ -86,7 +89,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed
- Initial release on PyPI

[Unreleased]: https://github.com/ahida-development/ols-py/compare/0.3.0...master
[Unreleased]: https://github.com/ahida-development/ols-py/compare/0.5.0...master
[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
[0.2.7]: https://github.com/ahida-development/ols-py/compare/0.2.6...0.2.7
[0.2.6]: https://github.com/ahida-development/ols-py/compare/0.2.5...0.2.6
Expand All @@ -104,3 +108,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[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.3.0"
version = "0.5.0"
description = "Python client for the Ontology Lookup Service"
authors = [
"Marius Mather <[email protected]>",
Expand Down

0 comments on commit 638ef34

Please sign in to comment.