Skip to content

Commit

Permalink
Release v1.0.6 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-optimade committed Jun 22, 2024
1 parent 65f89ac commit 3cfeb1e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v1.0.6](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.0.6) (2024-06-22)

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

**Closed issues:**

- Publish on PyPI using a Trusted Publisher [\#2085](https://github.com/Materials-Consortia/optimade-python-tools/issues/2085)

**Merged pull requests:**

- Validate property names against identifier regular expression [\#2097](https://github.com/Materials-Consortia/optimade-python-tools/pull/2097) ([merkys](https://github.com/merkys))
- Add a validator CLI option to set the `--random-seed` for deterministic validation [\#2096](https://github.com/Materials-Consortia/optimade-python-tools/pull/2096) ([merkys](https://github.com/merkys))
- Try to add ignores for elasticsearch and pymatgen [\#2091](https://github.com/Materials-Consortia/optimade-python-tools/pull/2091) ([ml-evs](https://github.com/ml-evs))
- Update dependency management and CI/CD workflows [\#2087](https://github.com/Materials-Consortia/optimade-python-tools/pull/2087) ([CasperWA](https://github.com/CasperWA))

## [v1.0.5](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.0.5) (2024-06-11)

[Full Changelog](https://github.com/Materials-Consortia/optimade-python-tools/compare/v1.0.4...v1.0.5)
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.0.5",
"version": "1.0.6",
"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.0.5) v1.0.5.",
"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.0.6) v1.0.6.",
"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.0.5) v1.0.5.",
"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.0.6) v1.0.6.",
"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.0.5"
__version__ = "1.0.6"
__api_version__ = "1.1.0"

0 comments on commit 3cfeb1e

Please sign in to comment.