Skip to content

Commit

Permalink
Release v0.1.1 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-optimade committed May 1, 2021
1 parent b958682 commit 2919dfc
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/docker/docker_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"base_url": "http://gh_actions_host:5000",
"implementation": {
"name": "OPTIMADE Gateway",
"version": "0.1.0",
"version": "0.1.1",
"source_url": "https://github.com/Materials-Consortia/optimade-gateway",
"maintainer": {"email": "[email protected]"}
},
Expand Down
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog

## [v0.1.0](https://github.com/Materials-Consortia/optimade-gateway/tree/v0.1.0) (2021-04-30)
## [Unreleased](https://github.com/Materials-Consortia/optimade-gateway/tree/HEAD)

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

**Fixed bugs:**

- CD workflow not releasing latest documentation build [\#61](https://github.com/Materials-Consortia/optimade-gateway/issues/61)

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

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

**Merged pull requests:**

- Use ref variable for actions/checkout [\#62](https://github.com/Materials-Consortia/optimade-gateway/pull/62) ([CasperWA](https://github.com/CasperWA))

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

[Full Changelog](https://github.com/Materials-Consortia/optimade-gateway/compare/5605131b4590b8b9b595714513199504e63e312c...v0.1.0)

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.1.0"
__version__ = "0.1.1"
__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.1.0",
"version": "0.1.1",
"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.1.0",
"version": "0.1.1",
"source_url": "https://github.com/Materials-Consortia/optimade-gateway",
"maintainer": {"email": "[email protected]"}
},
Expand Down

0 comments on commit 2919dfc

Please sign in to comment.