Skip to content

Commit

Permalink
chore: release main (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel committed May 9, 2023
1 parent d5e8408 commit 3fd9d05
Show file tree
Hide file tree
Showing 3 changed files with 13 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.5.0",
"toad-array": "0.6.0",
"toad-common": "0.15.0",
"toad-cursor": "0.2.0",
"toad-hash": "0.3.0",
Expand Down
11 changes: 11 additions & 0 deletions toad-array/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* add `idx`, `idx_mut` slice operations to `Indexed` ([#341](https://github.com/toad-lib/toad/issues/341))

### Features

* 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))

## [0.5.0](https://github.com/toad-lib/toad/compare/toad-array-v0.4.0...toad-array-v0.5.0) (2023-03-31)


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.5.0"
version = "0.6.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 3fd9d05

Please sign in to comment.