Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 15, 2022
1 parent 104b3a2 commit 7c43a3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
[Unreleased]: https://github.com/althonos/pubchem.rs/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/althonos/pubchem.rs/compare/v0.1.1...HEAD

## [v0.1.1] - 2021-01-15
[v0.1.1]: https://github.com/althonos/pubchem.rs/compare/v0.1.0...v0.1.1

### Added
- `pubchem::Compound::synonyms` to retrieve synonym names for a compound.
- `pubchem::Compounds` to query properties from multiple compounds.
- `Deref`, `DerefMut` and `IntoIterator` implementations for `pubchem::model::rest::PropertyTable`.

## [v0.1.0] - 2021-01-15
[v0.1.0]: https://github.com/althonos/pubchem.rs/compare/7f3bb8b...v0.1.0
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 = "pubchem"
version = "0.1.0"
version = "0.1.1"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 7c43a3f

Please sign in to comment.