Skip to content

Commit

Permalink
Release v0.5.0 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Mar 7, 2024
1 parent 3a691e6 commit 4097099
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v0.5.0](https://github.com/SINTEF/oteapi-optimade/tree/v0.5.0) (2024-03-07)

[Full Changelog](https://github.com/SINTEF/oteapi-optimade/compare/v0.4.2...v0.5.0)

**Implemented enhancements:**

- Migrate to pydantic v2 [\#163](https://github.com/SINTEF/oteapi-optimade/issues/163)

**Fixed bugs:**

- Pin to specific `oteapi` docker image version for testing [\#187](https://github.com/SINTEF/oteapi-optimade/issues/187)

**Merged pull requests:**

- Pin oteapi docker image to pre-pydantic v2 [\#188](https://github.com/SINTEF/oteapi-optimade/pull/188) ([CasperWA](https://github.com/CasperWA))
- Upgrade ruff rules and more [\#183](https://github.com/SINTEF/oteapi-optimade/pull/183) ([CasperWA](https://github.com/CasperWA))
- Migrate to pydantic v2 [\#182](https://github.com/SINTEF/oteapi-optimade/pull/182) ([CasperWA](https://github.com/CasperWA))

## [v0.4.2](https://github.com/SINTEF/oteapi-optimade/tree/v0.4.2) (2023-10-26)

[Full Changelog](https://github.com/SINTEF/oteapi-optimade/compare/v0.4.1...v0.4.2)
Expand Down
2 changes: 1 addition & 1 deletion oteapi_optimade/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import logging

__version__ = "0.4.2"
__version__ = "0.5.0"
__author__ = "Casper Welzel Andersen"
__author_email__ = "[email protected]"

Expand Down

0 comments on commit 4097099

Please sign in to comment.