Skip to content

Commit c97a380

Browse files
authored
chore: release main (#344)
1 parent a5477da commit c97a380

3 files changed

Lines changed: 9 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.6.0",
3+
"toad-array": "0.7.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/toad-lib/toad/compare/toad-array-v0.6.0...toad-array-v0.7.0) (2023-05-09)
4+
5+
6+
### Features
7+
8+
* `Indexed` should provide `Iterator` implementations ([#343](https://github.com/toad-lib/toad/issues/343)) ([a5477da](https://github.com/toad-lib/toad/commit/a5477dac79fa67e2baf102510e3ecfdc0271c27c))
9+
310
## [0.6.0](https://github.com/toad-lib/toad/compare/toad-array-v0.5.0...toad-array-v0.6.0) (2023-05-09)
411

512

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.6.0"
3+
version = "0.7.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)