Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Oct 17, 2022
1 parent f3e7e2e commit 18a3bee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/uniprot.rs/compare/v0.6.0...HEAD

[Unreleased]: https://github.com/althonos/uniprot.rs/compare/v0.5.2...HEAD

## [v0.6.0] - 2022-10-17
[v0.6.0]: https://github.com/althonos/uniprot.rs/compare/v0.5.2...v0.6.0

### Removed
- Deprecated `CalciumBindingRegion`, `MetalIonBindingSite` and `NucleotidePhosphateBindingRegion` variants of `uniprot::FeatureType`.

### Added
- `uniprot::Ligand` and `uniprot::LigandPart` structs for the `ligand` and `ligand_part` attributes of `uniprot::Feature`.

### Changed
- Updated URLs in documentation examples to use the new Uniprot REST API.
- Moved the `uniref::parse_entry` example to` uniref::parse` since single-entry requests to UniRef don't return single entries anymore.


## [v0.5.2] - 2022-02-28
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 = "uniprot"
version = "0.5.2"
version = "0.6.0"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 18a3bee

Please sign in to comment.