We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a33c4 commit 9d4c7f1Copy full SHA for 9d4c7f1
2 files changed
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project
6
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
-## [Unreleased]
+## [0.6.5] - 2021-04-16
9
10
- When `InlineArray` cannot hold any values because of misalignment, report it as capacity 0
11
instead of panicking at runtime. (#22)
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sized-chunks"
3
-version = "0.6.4"
+version = "0.6.5"
4
authors = ["Bodil Stokke <bodil@bodil.org>"]
edition = "2018"
license = "MPL-2.0+"
0 commit comments