Skip to content

Commit

Permalink
Release v1.1.2 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-optimade committed Sep 3, 2024
1 parent 3fc19f8 commit 366b8e6
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v1.1.2](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.1.2) (2024-09-03)

[Full Changelog](https://github.com/Materials-Consortia/optimade-python-tools/compare/v1.1.1...v1.1.2)

**Fixed bugs:**

- Fly.io deployment failing [\#2141](https://github.com/Materials-Consortia/optimade-python-tools/issues/2141)

**Merged pull requests:**

- Update docs build to accomodate mkdocs-autoref\>=1.2 [\#2143](https://github.com/Materials-Consortia/optimade-python-tools/pull/2143) ([ml-evs](https://github.com/ml-evs))
- Update deployment workflow for fly.io [\#2142](https://github.com/Materials-Consortia/optimade-python-tools/pull/2142) ([CasperWA](https://github.com/CasperWA))
- \[pre-commit.ci\] pre-commit autoupdate [\#2140](https://github.com/Materials-Consortia/optimade-python-tools/pull/2140) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
- Migrate default repository branch to `main` [\#2136](https://github.com/Materials-Consortia/optimade-python-tools/pull/2136) ([ml-evs](https://github.com/ml-evs))
- Bump providers from `ad0e214` to `e90caba` [\#2131](https://github.com/Materials-Consortia/optimade-python-tools/pull/2131) ([dependabot[bot]](https://github.com/apps/dependabot))
- \[pre-commit.ci\] pre-commit autoupdate [\#2127](https://github.com/Materials-Consortia/optimade-python-tools/pull/2127) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
- Add `.from_url` method to base adapter for easily loading a single entry [\#2122](https://github.com/Materials-Consortia/optimade-python-tools/pull/2122) ([ml-evs](https://github.com/ml-evs))

## [v1.1.1](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.1.1) (2024-07-20)

[Full Changelog](https://github.com/Materials-Consortia/optimade-python-tools/compare/v1.1.0...v1.1.1)
Expand Down
2 changes: 1 addition & 1 deletion docs/static/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"base_url": null,
"implementation": {
"name": "OPTIMADE Python Tools",
"version": "1.1.1",
"version": "1.1.2",
"source_url": "https://github.com/Materials-Consortia/optimade-python-tools",
"maintainer": {"email": "[email protected]"}
},
Expand Down
2 changes: 1 addition & 1 deletion openapi/index_openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "OPTIMADE API - Index meta-database",
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\nThis is the \"special\" index meta-database.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.1.1) v1.1.1.",
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\nThis is the \"special\" index meta-database.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.1.2) v1.1.2.",
"version": "1.1.0"
},
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "OPTIMADE API",
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.1.1) v1.1.1.",
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.1.2) v1.1.2.",
"version": "1.1.0"
},
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion optimade/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.1.1"
__version__ = "1.1.2"
__api_version__ = "1.1.0"

0 comments on commit 366b8e6

Please sign in to comment.