Skip to content

Commit

Permalink
Release v0.4.0 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-optimade committed Sep 28, 2022
1 parent 30e6b06 commit 7501b3d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## [v0.3.0](https://github.com/Materials-Consortia/optimade-gateway/tree/v0.3.0) (2022-09-05)
## [v0.4.0](https://github.com/Materials-Consortia/optimade-gateway/tree/v0.4.0) (2022-09-28)

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

**Merged pull requests:**

- Update dependencies [\#301](https://github.com/Materials-Consortia/optimade-gateway/pull/301) ([CasperWA](https://github.com/CasperWA))

## [v0.3.0](https://github.com/Materials-Consortia/optimade-gateway/tree/v0.3.0) (2022-09-19)

[Full Changelog](https://github.com/Materials-Consortia/optimade-gateway/compare/v0.2.2...v0.3.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.3.0"
__version__ = "0.4.0"
__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.3.0",
"version": "0.4.0",
"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.3.0",
"version": "0.4.0",
"source_url": "https://github.com/Materials-Consortia/optimade-gateway",
"maintainer": {"email": "[email protected]"}
},
Expand Down

0 comments on commit 7501b3d

Please sign in to comment.