Skip to content

Commit 9d4c7f1

Browse files
committed
(cargo-release) version 0.6.5
1 parent 61a33c4 commit 9d4c7f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project
66
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.6.5] - 2021-04-16
99

1010
- When `InlineArray` cannot hold any values because of misalignment, report it as capacity 0
1111
instead of panicking at runtime. (#22)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sized-chunks"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
authors = ["Bodil Stokke <bodil@bodil.org>"]
55
edition = "2018"
66
license = "MPL-2.0+"

0 commit comments

Comments
 (0)