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 Jul 21, 2020
1 parent 7560e67 commit 0e92022
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/fastobo/fastobo/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/fastobo/fastobo/compare/v0.1.1...HEAD

## [v0.1.1] - 2020-07-22
[v0.1.1]: https://github.com/fastobo/fastobo/compare/v0.1.0...v0.1.1
### Added
- Support for generic arguments in trait definition.
- Implementation of `#[blanket(derive(Rc))]`
### Fixed
- Error messages of `#[blanket(derive(Mut))]` referring `Ref` erroneously.
- Implementation of `fn(self)` methods when deriving for `Box`.
### Removed
- Unused `strum` dependency.

## [v0.1.0] - 2020-07-21
[v0.1.0]: https://github.com/fastobo/fastobo/compare/3e6065c9...v0.1.0

Initial release.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blanket"
version = "0.1.0"
version = "0.1.1"
authors = ["Martin Larralde <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 0e92022

Please sign in to comment.