Skip to content

Commit 5a4f046

Browse files
committed
Release v0.5.1 - Changelog
1 parent ed74d9d commit 5a4f046

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [Unreleased](https://github.com/SINTEF/oteapi-optimade/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/SINTEF/oteapi-optimade/compare/v0.5.1...HEAD)
6+
7+
**Fixed bugs:**
8+
9+
- Use Trusted Publishers with PyPI [\#252](https://github.com/SINTEF/oteapi-optimade/issues/252)
10+
11+
## [v0.5.1](https://github.com/SINTEF/oteapi-optimade/tree/v0.5.1) (2024-09-03)
12+
13+
[Full Changelog](https://github.com/SINTEF/oteapi-optimade/compare/v0.5.0...v0.5.1)
14+
15+
## Update to latest dependencies
16+
17+
Update dependencies to support the latest core libraries.
18+
19+
This release is done almost immediately prior to the v0.6.0.dev0 release, which will support the upcoming re-design of OTEAPI Core and the use of sessions.
20+
21+
**Merged pull requests:**
22+
23+
- Use Trusted Publishers for publishing on PyPI [\#253](https://github.com/SINTEF/oteapi-optimade/pull/253) ([CasperWA](https://github.com/CasperWA))
24+
325
## [v0.5.0](https://github.com/SINTEF/oteapi-optimade/tree/v0.5.0) (2024-03-07)
426

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

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.5.0"
13+
__version__ = "0.5.1"
1414
__author__ = "Casper Welzel Andersen"
1515
__author_email__ = "casper.w.andersen@sintef.no"
1616

0 commit comments

Comments
 (0)