Skip to content

Commit f47faf3

Browse files
committed
Update changelog
1 parent 21c81ab commit f47faf3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
![Compile & Test](https://github.com/douweschulte/pdbtbx/actions/workflows/rust.yml/badge.svg)
33
[![pdbtbx documentation](https://docs.rs/pdbtbx/badge.svg)](https://docs.rs/pdbtbx)
44
[![Crates.io](https://img.shields.io/crates/v/pdbtbx.svg)](https://crates.io/crates/pdbtbx)
5-
![rustc 1.64+](https://img.shields.io/badge/msrv-rustc_1.64+-red.svg)
5+
![rustc 1.67+](https://img.shields.io/badge/msrv-rustc_1.67+-red.svg)
66

77
## Description
88
This is a Rust library helping to parse, edit and save crystallographic PDB/mmCIF files. It can read most atomic data from PDB/mmCIF files. Its high level goal is to create a stable, efficient and easy to use interface to PDB/mmCIF files written in pure Rust. For detailed documentation check out the official API [docs](https://docs.rs/pdbtbx/0.12.0/pdbtbx/).

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ All versions are properly annotated on [github](https://github.com/douweschulte/
88
* Added bond inference (Thanks to David-OConnor)
99
* Updated mismatched symmetry group error to warning (Thanks to David-OConnor)
1010
* Removed dependency doc_cfg to prevent double dependencies in the tree
11+
* Moved the `PDBError` into a separate crate (shared with another project: rusteomics/mzcore).
12+
This changes quite a lot of the exposed API but should be relatively easy to adapt to.
1113

1214
### v0.12.0
1315
* Added unified file read logic, see `ReadOptions` (Thanks to y1zhou and OWisset)

0 commit comments

Comments
 (0)