From 106027ae94b2d16a07888199e5cbd5d81a70a021 Mon Sep 17 00:00:00 2001 From: The AiiDA Team Date: Fri, 9 Jun 2023 16:28:01 +0000 Subject: [PATCH] Release v1.1.1 --- CHANGELOG.md | 49 ++++++++++++++++++++++++++++++++--- aiida_optimade/__init__.py | 2 +- aiida_optimade/config.json | 2 +- setup.json | 2 +- tests/static/test_config.json | 2 +- 5 files changed, 50 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f14bf583..dd243787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,59 @@ ## [Unreleased](https://github.com/aiidateam/aiida-optimade/tree/HEAD) -[Full Changelog](https://github.com/aiidateam/aiida-optimade/compare/v1.1.0...HEAD) +[Full Changelog](https://github.com/aiidateam/aiida-optimade/compare/v1.1.1...HEAD) -**Implemented enhancements:** +**Closed issues:** -- \[MCLOUD\] Allow for data curation [\#237](https://github.com/aiidateam/aiida-optimade/issues/237) +- `available_api_versions` broken url [\#381](https://github.com/aiidateam/aiida-optimade/issues/381) + +## [v1.1.1](https://github.com/aiidateam/aiida-optimade/tree/v1.1.1) (2023-06-09) + +[Full Changelog](https://github.com/aiidateam/aiida-optimade/compare/v1.1.0...v1.1.1) + +**Fixed bugs:** + +- codecov dependency error [\#451](https://github.com/aiidateam/aiida-optimade/issues/451) +- Remove/Update pre-commit hook for yamlfmt [\#450](https://github.com/aiidateam/aiida-optimade/issues/450) +- Update auto-merge workflow [\#426](https://github.com/aiidateam/aiida-optimade/issues/426) +- Dependabot configuration file should only use strings [\#418](https://github.com/aiidateam/aiida-optimade/issues/418) +- Changed `optimade` extra dependency [\#416](https://github.com/aiidateam/aiida-optimade/issues/416) + +**Merged pull requests:** + +- add root\_path to available\_api\_versions urls [\#471](https://github.com/aiidateam/aiida-optimade/pull/471) ([eimrek](https://github.com/eimrek)) +- Update dependencies [\#467](https://github.com/aiidateam/aiida-optimade/pull/467) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#463](https://github.com/aiidateam/aiida-optimade/pull/463) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#458](https://github.com/aiidateam/aiida-optimade/pull/458) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#456](https://github.com/aiidateam/aiida-optimade/pull/456) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#454](https://github.com/aiidateam/aiida-optimade/pull/454) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#449](https://github.com/aiidateam/aiida-optimade/pull/449) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#447](https://github.com/aiidateam/aiida-optimade/pull/447) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#444](https://github.com/aiidateam/aiida-optimade/pull/444) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#442](https://github.com/aiidateam/aiida-optimade/pull/442) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#439](https://github.com/aiidateam/aiida-optimade/pull/439) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#436](https://github.com/aiidateam/aiida-optimade/pull/436) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#433](https://github.com/aiidateam/aiida-optimade/pull/433) ([CasperWA](https://github.com/CasperWA)) +- Fix references to the optimade dependency [\#429](https://github.com/aiidateam/aiida-optimade/pull/429) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#428](https://github.com/aiidateam/aiida-optimade/pull/428) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#423](https://github.com/aiidateam/aiida-optimade/pull/423) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#421](https://github.com/aiidateam/aiida-optimade/pull/421) ([CasperWA](https://github.com/CasperWA)) +- Customize YAML formatter [\#419](https://github.com/aiidateam/aiida-optimade/pull/419) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#410](https://github.com/aiidateam/aiida-optimade/pull/410) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#405](https://github.com/aiidateam/aiida-optimade/pull/405) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#402](https://github.com/aiidateam/aiida-optimade/pull/402) ([CasperWA](https://github.com/CasperWA)) +- Fix FastAPI version to 0.86.0 [\#400](https://github.com/aiidateam/aiida-optimade/pull/400) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#395](https://github.com/aiidateam/aiida-optimade/pull/395) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#392](https://github.com/aiidateam/aiida-optimade/pull/392) ([CasperWA](https://github.com/CasperWA)) ## [v1.1.0](https://github.com/aiidateam/aiida-optimade/tree/v1.1.0) (2022-10-11) [Full Changelog](https://github.com/aiidateam/aiida-optimade/compare/v1.0.1...v1.1.0) +**Implemented enhancements:** + +- \[MCLOUD\] Allow for data curation [\#237](https://github.com/aiidateam/aiida-optimade/issues/237) + **Merged pull requests:** - Using reorder importers and yaml fmt pre-commit hook [\#388](https://github.com/aiidateam/aiida-optimade/pull/388) ([unkcpz](https://github.com/unkcpz)) diff --git a/aiida_optimade/__init__.py b/aiida_optimade/__init__.py index 6849410a..a82b376d 100644 --- a/aiida_optimade/__init__.py +++ b/aiida_optimade/__init__.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.1.1" diff --git a/aiida_optimade/config.json b/aiida_optimade/config.json index ceaddd4f..4742540d 100644 --- a/aiida_optimade/config.json +++ b/aiida_optimade/config.json @@ -12,7 +12,7 @@ }, "implementation": { "name": "aiida-optimade", - "version": "1.1.0", + "version": "1.1.1", "source_url": "https://github.com/aiidateam/aiida-optimade", "maintainer": {"email": "casper.andersen@epfl.ch"} }, diff --git a/setup.json b/setup.json index ef86f576..e7adf5cc 100644 --- a/setup.json +++ b/setup.json @@ -1,6 +1,6 @@ { "name": "aiida-optimade", - "version": "1.1.0", + "version": "1.1.1", "url": "https://github.com/aiidateam/aiida-optimade", "license": "MIT License", "author": "Casper Welzel Andersen", diff --git a/tests/static/test_config.json b/tests/static/test_config.json index d9d5ef14..1478972a 100644 --- a/tests/static/test_config.json +++ b/tests/static/test_config.json @@ -14,7 +14,7 @@ }, "implementation": { "name": "aiida-optimade", - "version": "1.1.0", + "version": "1.1.1", "source_url": "https://github.com/aiidateam/aiida-optimade", "maintainer": {"email": "casper.andersen@epfl.ch"} },