Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jun 5, 2021
1 parent 315525c commit b3663cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/althonos/blanket/compare/v0.1.5...HEAD
[Unreleased]: https://github.com/althonos/blanket/compare/v0.2.0...HEAD


## [v0.2.0] - 2021-05-06

[v0.2.0]: https://github.com/althonos/blanket/compare/v0.1.5...v0.2.0

### Added
- Implementation for `#[blanket(derive(Arc))]` ([#4](https://github.com/althonos/blanket/pull/4))
- Support for associated type in derived traits ([#6](https://github.com/althonos/blanket/pull/6)).

### Fixed
- Missing features for the `syn` crate preventing the crate to compile without leaking dev-dependencies ([#5](https://github.com/althonos/blanket/pull/5)).


## [v0.1.5] - 2021-05-31
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 = "blanket"
version = "0.1.5"
version = "0.2.0"
authors = ["Martin Larralde <[email protected]>"]
edition = "2018"
resolver = "2"
Expand Down

0 comments on commit b3663cb

Please sign in to comment.