Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
The AiiDA Team committed Jun 9, 2023
1 parent c1f5a73 commit 106027a
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 7 deletions.
49 changes: 46 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion aiida_optimade/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"
2 changes: 1 addition & 1 deletion aiida_optimade/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"}
},
Expand Down
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/static/test_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"}
},
Expand Down

0 comments on commit 106027a

Please sign in to comment.