Skip to content

Commit

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

## [unreleased]

###
## [0.6.2] - 2024-08-13

### Added

- `CREST` encoder and directory parser for conformer search output directories.

Expand Down Expand Up @@ -118,7 +120,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Can return either `AtomicResult` or `FailedOperation` objects depending on whether calculation succeeded or failed.
- Tests for all parsers and the main `parse` function.

[unreleased]: https://github.com/coltonbh/qcparse/compare/0.6.1...HEAD
[unreleased]: https://github.com/coltonbh/qcparse/compare/0.6.2...HEAD
[0.6.2]: https://github.com/coltonbh/qcparse/releases/tag/0.6.2
[0.6.1]: https://github.com/coltonbh/qcparse/releases/tag/0.6.1
[0.6.0]: https://github.com/coltonbh/qcparse/releases/tag/0.6.0
[0.5.3]: https://github.com/coltonbh/qcparse/releases/tag/0.5.3
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 = "qcparse"
version = "0.6.1"
version = "0.6.2"
description = "A package for parsing Quantum Chemistry program file outputs into structured qcio data objects."
authors = ["Colton Hicks <github@coltonhicks.com>"]
license = "MIT"
Expand Down

0 comments on commit ff80a44

Please sign in to comment.