Skip to content

Commit

Permalink
chore: release main (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel committed May 9, 2023
1 parent a5477da commit c97a380
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"toad": "0.19.1",
"toad-array": "0.6.0",
"toad-array": "0.7.0",
"toad-common": "0.15.0",
"toad-cursor": "0.2.0",
"toad-hash": "0.3.0",
Expand Down
7 changes: 7 additions & 0 deletions toad-array/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.0](https://github.com/toad-lib/toad/compare/toad-array-v0.6.0...toad-array-v0.7.0) (2023-05-09)


### Features

* `Indexed` should provide `Iterator` implementations ([#343](https://github.com/toad-lib/toad/issues/343)) ([a5477da](https://github.com/toad-lib/toad/commit/a5477dac79fa67e2baf102510e3ecfdc0271c27c))

## [0.6.0](https://github.com/toad-lib/toad/compare/toad-array-v0.5.0...toad-array-v0.6.0) (2023-05-09)


Expand Down
2 changes: 1 addition & 1 deletion toad-array/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toad-array"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
description = "Array trait used by the toad ecosystem to abstract over heap or heapless collections"
authors = ["Orion Kindel <[email protected]>"]
Expand Down

0 comments on commit c97a380

Please sign in to comment.