Skip to content

Commit 9c42f4b

Browse files
committed
Updated version number and changelog
1 parent 3c23086 commit 9c42f4b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pdbtbx"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
authors = ["Douwe Schulte <d.schulte@uu.nl>"]
55
license = "MIT"
66
edition = "2021"

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All versions are properly annotated on [github](https://github.com/douweschulte/pdbtbx/releases) so there the source code for each version can be retrieved.
33

4+
### v0.10.2
5+
* Added `remove_models_except` and `remove_models_except_first` (Thanks to OWisset) (#103)
6+
* Improved some errors generated by pdbtbx
7+
* Fixed panic (#102)
8+
49
### v0.10.1
510
* Added more amino acids for `is_amino_acid`
611
* Implemented Display for `StrictnessLevel`

0 commit comments

Comments
 (0)