Skip to content

Commit

Permalink
Release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
korken89 committed Mar 2, 2021
1 parent 28e3447 commit e21f5bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.1.5] - 2021-03-02

### Fixed

- Security issue.

## [v0.1.4] - 2020-09-23

### Added
Expand Down Expand Up @@ -43,7 +49,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Initial release

[Unreleased]: https://github.com/japaric/as-slice/compare/v0.1.4...HEAD
[Unreleased]: https://github.com/japaric/as-slice/compare/v0.1.5...HEAD
[v0.1.5]: https://github.com/japaric/as-slice/compare/v0.1.4...v0.1.5
[v0.1.4]: https://github.com/japaric/as-slice/compare/v0.1.3...v0.1.4
[v0.1.3]: https://github.com/japaric/as-slice/compare/v0.1.2...v0.1.3
[v0.1.2]: https://github.com/japaric/as-slice/compare/v0.1.1...v0.1.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
name = "as-slice"
readme = "README.md"
repository = "https://github.com/japaric/as-slice"
version = "0.1.4"
version = "0.1.5"

[dependencies]
generic-array = "0.12.4"
Expand Down

0 comments on commit e21f5bd

Please sign in to comment.