Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 17, 2022
1 parent c4a723b commit 0826aaa
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/althonos/proteinogenic/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/althonos/proteinogenic/compare/v0.2.0...HEAD


## [v0.1.0] - 2020-01-15
## [v0.2.0] - 2022-02-17

[v0.2.0]: https://github.com/althonos/proteinogenic/compare/v0.1.0...v0.2.0

### Fixed
- Kekulization of imidazole cycle of `L-histidine` residues.

### Changed
- Refactored API to make failible operations return a result.
- Renamed `AminoAcid::from_code1` to `AminoAcid::from_char`.
- Renamed `AminoAcid::from_code3` to `AminoAcid::from_code`.

### Added
- `AminoAcid::as_code` to view the 3-letter code of an `AminoAcid` variant.
- `L-pyrrolysine`, `dehydroalanine` and `(Z)-dehydrobutyrine` amino acids.
- Support for cross-link modifications like cystine or lanthionine.
- Support for head-to-tail homodetic cyclization.
- Dedicated error type for the new possible errors.


## [v0.1.0] - 2022-01-15

[v0.1.0]: https://github.com/althonos/proteinogenic/compare/dfa86e6...v0.1.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proteinogenic"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Martin Larralde <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0826aaa

Please sign in to comment.