Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
douweschulte committed Jun 20, 2022
1 parent c86a6e1 commit 1c3d777
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
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.9.1"
version = "0.9.2"
authors = ["Douwe Schulte <d.schulte@uu.nl>"]
license = "MIT"
edition = "2018"
Expand Down
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,12 @@ The features where support is planned are planned to be included in the 1.0 rele
* The crate has many ways of iterating over the PDB structure to allow for convenient access and control over the performance.

## Latest update
### v0.9.1
* Added more search terms
* Added angle and dihedral angle calculations on atoms (Thanks to DocKDE)
* Added extra examples (Thanks to DocKDE)
* Added support for DBREF1/2
* Improved PDB parsing performance (Thanks to DocKDE)
* Improved error message styling and merged common errors
* Additional code and documentation improvements
### v0.9.2
* Added `open_mmcif_raw`
* Fixed a bug in atom parsing (#92)
* Removed below precision errors in validation
* Changed many functions to accept `AsRef<str>` instead of `&str`
* Marked all applicable functions as `const`

Also see [changelog](https://github.com/douweschulte/pdbtbx/blob/master/changelog.md).

Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# 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.9.2
* Added `open_mmcif_raw`
* Fixed a bug in atom parsing (#92)
* Removed below precision errors in validation
* Changed many functions to accept `AsRef<str>` instead of `&str`
* Marked all applicable functions as `const`

### v0.9.1
* Added more search terms
* Added angle and dihedral angle calculations on atoms (Thanks to DocKDE)
Expand Down

0 comments on commit 1c3d777

Please sign in to comment.