Skip to content

Commit

Permalink
docs: add changelog for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
y1zhou committed Aug 8, 2024
1 parent f273340 commit 4146bf7
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed

- PLACEHOLDER
-
## [0.2.0] - 2024-08-08

### Added

- Separate CLI and core methods to prepare for future Python tooling
- Dump results to CSV file

### Fixed

- Use `pdbtbx` version that can deal with non-standard PDB rows

### Changed

- As a consequence of the `pdbtbx` update, only atomic coordinates are now parsed


## [0.1.0] - 2024-05-09

Expand All @@ -30,5 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release
- Detection of common protein-protein interactions in a PDB or mmCIF file

[unreleased]: https://github.com/y1zhou/arpeggia/compare/v0.1.0...HEAD
[unreleased]: https://github.com/y1zhou/arpeggia/compare/v0.2.0...HEAD
[0.1.0]: https://github.com/y1zhou/arpeggia/releases/tag/v0.1.0
[0.2.0]: https://github.com/y1zhou/arpeggia/releases/tag/v0.2.0

0 comments on commit 4146bf7

Please sign in to comment.