Skip to content

Commit 3fd9d05

Browse files
authored
chore: release main (#342)
1 parent d5e8408 commit 3fd9d05

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.5.0",
3+
"toad-array": "0.6.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.6.0](https://github.com/toad-lib/toad/compare/toad-array-v0.5.0...toad-array-v0.6.0) (2023-05-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add `idx`, `idx_mut` slice operations to `Indexed` ([#341](https://github.com/toad-lib/toad/issues/341))
9+
10+
### Features
11+
12+
* add `idx`, `idx_mut` slice operations to `Indexed` ([#341](https://github.com/toad-lib/toad/issues/341)) ([d5e8408](https://github.com/toad-lib/toad/commit/d5e840814dc61c63d26b1bb59f57777e413f2bcf))
13+
314
## [0.5.0](https://github.com/toad-lib/toad/compare/toad-array-v0.4.0...toad-array-v0.5.0) (2023-03-31)
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.5.0"
3+
version = "0.6.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)