Skip to content

Commit

Permalink
Bumped version to 0.14.0. Updated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh committed Jul 13, 2024
1 parent fded426 commit 93cf182
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [unreleased]

## [0.14.0] - 2024-07-12

### Changed

- Updated qcio (0.10.1 -> 0.10.2). `Structure.ids` -> `Structure.identifiers`
Expand Down Expand Up @@ -336,7 +338,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3. `/compute/result/{task_id}` to request a result delivered as an AtomicResult object.
- Auth provided by Auth0.

[unreleased]: https://github.com/mtzgroup/chemcloud-server/compare/0.13.0...HEAD
[unreleased]: https://github.com/mtzgroup/chemcloud-server/compare/0.14.0...HEAD
[0.14.0]: https://github.com/mtzgroup/chemcloud-server/releases/tag/0.14.0
[0.13.0]: https://github.com/mtzgroup/chemcloud-server/releases/tag/0.13.0
[0.12.0]: https://github.com/mtzgroup/chemcloud-server/releases/tag/0.12.0
[0.11.6]: https://github.com/mtzgroup/chemcloud-server/releases/tag/0.11.6
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chemcloud-server"
version = "0.13.0"
version = "0.14.0"
description = "An HTTP API for BigChem"
authors = ["Colton Hicks <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 93cf182

Please sign in to comment.