Skip to content

Commit

Permalink
Merge branch 'release-0.11.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh committed Sep 22, 2023
2 parents 16eeb12 + 955f85c commit dd276a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [unreleased]

## [0.11.4] - 2023-09-22

### Added

- Added test for `propagate_wfn` passed to program adapters that do not support it. An updated in `qcop` and `bigchem` resolved this issue resulting in a `ProgramFailure` object being correctly added to the exception so it can be returned in the `/compute/output/{task_id}` endpoint.

### Changed

- Updated dashboard styling to be more modern.
Expand Down Expand Up @@ -293,7 +299,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.11.3...HEAD
[unreleased]: https://github.com/mtzgroup/chemcloud-server/compare/0.11.4...HEAD
[0.11.4]: https://github.com/mtzgroup/chemcloud-server/releases/tag/0.11.4
[0.11.3]: https://github.com/mtzgroup/chemcloud-server/releases/tag/0.11.3
[0.11.2]: https://github.com/mtzgroup/chemcloud-server/releases/tag/0.11.2
[0.11.1]: https://github.com/mtzgroup/chemcloud-server/releases/tag/0.11.1
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.11.3"
version = "0.11.4"
description = "An HTTP API for BigChem"
authors = ["Colton Hicks <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit dd276a6

Please sign in to comment.