Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed May 30, 2021
1 parent 376d42f commit 1c8d859
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: publish
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
args: --token ${{ secrets.CRATES_IO_TOKEN }}
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/althonos/blanket/compare/v0.1.3...HEAD
[Unreleased]: https://github.com/althonos/blanket/compare/v0.1.4...HEAD


## [v0.1.4] - 2021-05-31

[v0.1.4]: https://github.com/althonos/blanket/compare/v0.1.3...v0.1.4

### Fixed
- Generics being erroneously repeated when deriving a trait with
bounded generic arguments ([#2](https://github.com/althonos/blanket/issues/2)).


## [v0.1.3] - 2020-10-13
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.3"
version = "0.1.4"
authors = ["Martin Larralde <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 1c8d859

Please sign in to comment.