Skip to content

Commit e84a385

Browse files
authored
chore: release main (#346)
1 parent 88086fb commit e84a385

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"toad": "0.19.1",
3-
"toad-array": "0.7.0",
3+
"toad-array": "0.8.0",
44
"toad-common": "0.15.0",
55
"toad-cursor": "0.2.0",
66
"toad-hash": "0.3.0",

toad-array/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/toad-lib/toad/compare/toad-array-v0.7.0...toad-array-v0.8.0) (2023-05-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* reintroduce contiguous requirement on Array ([#345](https://github.com/toad-lib/toad/issues/345))
9+
10+
### Features
11+
12+
* reintroduce contiguous requirement on Array ([#345](https://github.com/toad-lib/toad/issues/345)) ([88086fb](https://github.com/toad-lib/toad/commit/88086fbfc30112aa448a8f81e933ee89d9ea2625))
13+
314
## [0.7.0](https://github.com/toad-lib/toad/compare/toad-array-v0.6.0...toad-array-v0.7.0) (2023-05-09)
415

516

toad-array/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toad-array"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
description = "Array trait used by the toad ecosystem to abstract over heap or heapless collections"
66
authors = ["Orion Kindel <cakekindel@gmail.com>"]

0 commit comments

Comments
 (0)