Skip to content

Commit

Permalink
feat(docs): add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bi-ran committed Feb 18, 2025
1 parent a5a1d48 commit 778d9d8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to this project will be documented in this file.

## [1.1.0] - 2025-02-18
### Added
- new checkpoint with support for cystine residues

### Fixed
- fix UB bug that arises with consecutive cystine residues

## [1.0.0] - 2025-02-07
### Added
- option to exclude solvent in output (`--[no-]write-solvent`)
- check number of residues in input file; fail gracefully with helpful message

### Changed
- avoid usage of deprecated function (move socket file for async servers)
- sanitise logging; `--verbose` controls all output

## [0.1.0] - 2024-11-07
### Added
- initial public release

0 comments on commit 778d9d8

Please sign in to comment.