diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f21b63..c486840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,60 @@ # Changelog +## [v0.2.2](https://github.com/SINTEF/oteapi-optimade/tree/v0.2.2) (2022-07-06) + +[Full Changelog](https://github.com/SINTEF/oteapi-optimade/compare/v0.2.1...v0.2.2) + +**Implemented enhancements:** + +- Update to use all workflows from CasperWA/gh-actions [\#63](https://github.com/SINTEF/oteapi-optimade/pull/63) ([CasperWA](https://github.com/CasperWA)) + +**Fixed bugs:** + +- New workflow is removing API reference in documentation [\#64](https://github.com/SINTEF/oteapi-optimade/issues/64) + +**Closed issues:** + +- Update to new repository name for callable workflows [\#66](https://github.com/SINTEF/oteapi-optimade/issues/66) + +**Merged pull requests:** + +- Use new repo name for callable workflows repo [\#67](https://github.com/SINTEF/oteapi-optimade/pull/67) ([CasperWA](https://github.com/CasperWA)) +- Properly create API reference and clean up [\#65](https://github.com/SINTEF/oteapi-optimade/pull/65) ([CasperWA](https://github.com/CasperWA)) + +## [v0.2.1](https://github.com/SINTEF/oteapi-optimade/tree/v0.2.1) (2022-07-01) + +[Full Changelog](https://github.com/SINTEF/oteapi-optimade/compare/v0.2.1-alpha.1...v0.2.1) + +**Closed issues:** + +- Set `test: false` for publish workflow [\#61](https://github.com/SINTEF/oteapi-optimade/issues/61) + +**Merged pull requests:** + +- Don't run publish workflow as a test [\#62](https://github.com/SINTEF/oteapi-optimade/pull/62) ([CasperWA](https://github.com/CasperWA)) + +## [v0.2.1-alpha.1](https://github.com/SINTEF/oteapi-optimade/tree/v0.2.1-alpha.1) (2022-07-01) + +[Full Changelog](https://github.com/SINTEF/oteapi-optimade/compare/v0.2.0...v0.2.1-alpha.1) + +**Implemented enhancements:** + +- Auto-merge generated PR from new workflow [\#49](https://github.com/SINTEF/oteapi-optimade/issues/49) +- Properly update dependencies [\#46](https://github.com/SINTEF/oteapi-optimade/issues/46) +- Use CasperWA/gh-actions workflows [\#60](https://github.com/SINTEF/oteapi-optimade/pull/60) ([CasperWA](https://github.com/CasperWA)) + +**Fixed bugs:** + +- New workflow failing [\#48](https://github.com/SINTEF/oteapi-optimade/issues/48) + +**Merged pull requests:** + +- \[Auto-generated\] Update dependencies [\#53](https://github.com/SINTEF/oteapi-optimade/pull/53) ([TEAM4-0](https://github.com/TEAM4-0)) +- \[Auto-generated\] Update dependencies [\#52](https://github.com/SINTEF/oteapi-optimade/pull/52) ([TEAM4-0](https://github.com/TEAM4-0)) +- Auto-merge new CD workflow-generated PR [\#50](https://github.com/SINTEF/oteapi-optimade/pull/50) ([CasperWA](https://github.com/CasperWA)) +- New CD workflow to update dependencies in pyproject.toml [\#47](https://github.com/SINTEF/oteapi-optimade/pull/47) ([CasperWA](https://github.com/CasperWA)) +- \[Auto-generated\] Update dependencies [\#44](https://github.com/SINTEF/oteapi-optimade/pull/44) ([TEAM4-0](https://github.com/TEAM4-0)) + ## [v0.2.0](https://github.com/SINTEF/oteapi-optimade/tree/v0.2.0) (2022-05-18) [Full Changelog](https://github.com/SINTEF/oteapi-optimade/compare/v0.1.0...v0.2.0) diff --git a/oteapi_optimade/__init__.py b/oteapi_optimade/__init__.py index 01bb385..4d71505 100644 --- a/oteapi_optimade/__init__.py +++ b/oteapi_optimade/__init__.py @@ -6,6 +6,6 @@ Created from cookiecutter-oteapi-plugin, SINTEF, 2022 """ -__version__ = "0.2.1" +__version__ = "0.2.2" __author__ = "Casper Welzel Andersen" __author_email__ = "casper.w.andersen@sintef.no"