Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Mar 4, 2024
1 parent 1f52bc5 commit ce0b8ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

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


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

### Added
- Support for associated functions in traits ([#12](https://github.com/althonos/blanket/issues/12)).
- Support for `async` methods ([#11](https://github.com/althonos/blanket/issues/11)).
- Partial support for deriving trait for `Cow`.

### Changed
- Refactored internal code to share deriving code between all supported types.


## [v0.3.0] - 2023-06-19
Expand All @@ -22,7 +33,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.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
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.3.0"
version = "0.4.0"
authors = ["Martin Larralde <[email protected]>"]
edition = "2018"
resolver = "2"
Expand Down

0 comments on commit ce0b8ab

Please sign in to comment.