Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jun 19, 2023
1 parent 62932e4 commit 9ba3401
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

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


## [v0.3.0] - 2023-06-19

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

### Fixed
- `blanket` macro failing to process types with generic arguments and associated types ([#8](https://github.com/althonos/blanket/issues/8), by [@JustinLovinger](https://github.com/JustinLovinger)).

### Changed
- Updated `syn` dependency to `v2.0`.
- `#[blanket(default = ...)]` now also accepts a path instead of a string literal.



## [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)).
- Implementation for `#[blanket(derive(Arc))]` ([#4](https://github.com/althonos/blanket/pull/4), by [@najamelan](https://github.com/najamelan))
- Support for associated type in derived traits ([#6](https://github.com/althonos/blanket/pull/6), by [@najamelan](https://github.com/najamelan)).

### Fixed
- Missing features for the `syn` crate preventing the crate to compile without leaking dev-dependencies ([#5](https://github.com/althonos/blanket/pull/5)).
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.2.0"
version = "0.3.0"
authors = ["Martin Larralde <[email protected]>"]
edition = "2018"
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ trait Visitor {
The following people contributed to the project:
- [Alexander Linne](https://github.com/alexanderlinne)
- [Naja Melan](https://github.com/najamelan)

- [Justin Lovinger](https://github.com/JustinLovinger)

## 📋 Changelog

Expand Down

0 comments on commit 9ba3401

Please sign in to comment.