Skip to content

Commit 4097099

Browse files
committed
Release v0.5.0 - Changelog
1 parent 3a691e6 commit 4097099

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [v0.5.0](https://github.com/SINTEF/oteapi-optimade/tree/v0.5.0) (2024-03-07)
4+
5+
[Full Changelog](https://github.com/SINTEF/oteapi-optimade/compare/v0.4.2...v0.5.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Migrate to pydantic v2 [\#163](https://github.com/SINTEF/oteapi-optimade/issues/163)
10+
11+
**Fixed bugs:**
12+
13+
- Pin to specific `oteapi` docker image version for testing [\#187](https://github.com/SINTEF/oteapi-optimade/issues/187)
14+
15+
**Merged pull requests:**
16+
17+
- Pin oteapi docker image to pre-pydantic v2 [\#188](https://github.com/SINTEF/oteapi-optimade/pull/188) ([CasperWA](https://github.com/CasperWA))
18+
- Upgrade ruff rules and more [\#183](https://github.com/SINTEF/oteapi-optimade/pull/183) ([CasperWA](https://github.com/CasperWA))
19+
- Migrate to pydantic v2 [\#182](https://github.com/SINTEF/oteapi-optimade/pull/182) ([CasperWA](https://github.com/CasperWA))
20+
321
## [v0.4.2](https://github.com/SINTEF/oteapi-optimade/tree/v0.4.2) (2023-10-26)
422

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

oteapi_optimade/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import logging
1212

13-
__version__ = "0.4.2"
13+
__version__ = "0.5.0"
1414
__author__ = "Casper Welzel Andersen"
1515
__author_email__ = "[email protected]"
1616

0 commit comments

Comments
 (0)