Skip to content

Commit

Permalink
chore: release main (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel authored Mar 8, 2023
1 parent 0eee50f commit 6f7d5d7
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
Expand Up @@ -3,7 +3,7 @@
"toad-msg": "0.15.0",
"toad-common": "0.15.0",
"toad-macros": "0.2.1",
"toad-array": "0.2.1",
"toad-array": "0.2.2",
"toad-writable": "0.1.0",
"toad-map": "0.1.0",
"toad-hash": "0.2.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.2.2](https://github.com/toad-lib/toad/compare/toad-array-v0.2.1...toad-array-v0.2.2) (2023-03-08)


### Bug Fixes

* **array:** update len ([#244](https://github.com/toad-lib/toad/issues/244)) ([0eee50f](https://github.com/toad-lib/toad/commit/0eee50f1fca7bd8c931ebeea5b41194a7fc8b70e))

## [0.2.1](https://github.com/toad-lib/toad/compare/toad-array-v0.2.0...toad-array-v0.2.1) (2023-03-08)


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.2.1"
version = "0.2.2"
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 6f7d5d7

Please sign in to comment.