Skip to content

Commit

Permalink
Release v0.2.2 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-optimade committed Oct 5, 2021
1 parent 35875da commit cb3f330
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [v0.2.2](https://github.com/Materials-Consortia/optimade-gateway/tree/v0.2.2) (2021-10-05)

[Full Changelog](https://github.com/Materials-Consortia/optimade-gateway/compare/v0.2.1...v0.2.2)

**Fixed bugs:**

- Fix auto-merge workflow to actually run [\#165](https://github.com/Materials-Consortia/optimade-gateway/issues/165)
- Reset `ci/dependabot-updates` after merging `ci/update-dependencies` [\#131](https://github.com/Materials-Consortia/optimade-gateway/issues/131)

**Closed issues:**

- Activate auto-merge for Dependabot PRs [\#162](https://github.com/Materials-Consortia/optimade-gateway/issues/162)
- Move automatic `ci/update-dependencies` PR to Tuesday or Friday [\#160](https://github.com/Materials-Consortia/optimade-gateway/issues/160)

**Merged pull requests:**

- Move check for dependabot head branch to job [\#166](https://github.com/Materials-Consortia/optimade-gateway/pull/166) ([CasperWA](https://github.com/CasperWA))
- New auto-merge CI for dependabot PRs [\#163](https://github.com/Materials-Consortia/optimade-gateway/pull/163) ([CasperWA](https://github.com/CasperWA))
- Reset `ci/dependabot-updates` branch upon merge to `main` [\#161](https://github.com/Materials-Consortia/optimade-gateway/pull/161) ([CasperWA](https://github.com/CasperWA))

## [v0.2.1](https://github.com/Materials-Consortia/optimade-gateway/tree/v0.2.1) (2021-10-04)

[Full Changelog](https://github.com/Materials-Consortia/optimade-gateway/compare/v0.2.0...v0.2.1)
Expand Down
2 changes: 1 addition & 1 deletion optimade_gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
It is built using FastAPI and run using uvicorn.
"""

__version__ = "0.2.1"
__version__ = "0.2.2"
__author__ = "Casper Welzel Andersen"
__author_email__ = "[email protected]"
2 changes: 1 addition & 1 deletion optimade_gateway/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"base_url": "http://localhost:8000",
"implementation": {
"name": "OPTIMADE Gateway",
"version": "0.2.1",
"version": "0.2.2",
"source_url": "https://github.com/Materials-Consortia/optimade-gateway",
"maintainer": {"email": "[email protected]"}
},
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 @@ -8,7 +8,7 @@
"base_url": "http://example.org",
"implementation": {
"name": "OPTIMADE Gateway",
"version": "0.2.1",
"version": "0.2.2",
"source_url": "https://github.com/Materials-Consortia/optimade-gateway",
"maintainer": {"email": "[email protected]"}
},
Expand Down

0 comments on commit cb3f330

Please sign in to comment.