Skip to content

Commit c4abac0

Browse files
committed
v0.4.0
1 parent 17dfd88 commit c4abac0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.4.0] - 2021-07-24
9+
10+
### Changed
11+
12+
- `as-slice` dependency bumped to 0.2.0
13+
14+
### Removed
15+
16+
- [breaking-change] removed compatibility withe version 0.1.0 of `AsSlice` and `AsMutSlice` traits (`as-slice` crate)
17+
818
## [v0.3.5] - 2021-07-17
919

1020
- added `A32` and `A64` types

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["alignment", "aligned", "array", "static"]
88
license = "MIT OR Apache-2.0"
99
name = "aligned"
1010
repository = "https://github.com/japaric/aligned"
11-
version = "0.3.5"
11+
version = "0.4.0"
1212

1313
[dependencies]
14-
as-slice = "0.1.0"
14+
as-slice = "0.2.0"

0 commit comments

Comments
 (0)