Skip to content

Commit

Permalink
Updated version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
douweschulte committed May 23, 2023
1 parent 3c23086 commit 9c42f4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pdbtbx"
version = "0.10.1"
version = "0.10.2"
authors = ["Douwe Schulte <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All versions are properly annotated on [github](https://github.com/douweschulte/pdbtbx/releases) so there the source code for each version can be retrieved.

### v0.10.2
* Added `remove_models_except` and `remove_models_except_first` (Thanks to OWisset) (#103)
* Improved some errors generated by pdbtbx
* Fixed panic (#102)

### v0.10.1
* Added more amino acids for `is_amino_acid`
* Implemented Display for `StrictnessLevel`
Expand Down

0 comments on commit 9c42f4b

Please sign in to comment.