Skip to content

Commit

Permalink
chore: release main (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel committed May 11, 2023
1 parent 88086fb commit e84a385
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.7.0",
"toad-array": "0.8.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.8.0](https://github.com/toad-lib/toad/compare/toad-array-v0.7.0...toad-array-v0.8.0) (2023-05-11)


### ⚠ BREAKING CHANGES

* reintroduce contiguous requirement on Array ([#345](https://github.com/toad-lib/toad/issues/345))

### Features

* reintroduce contiguous requirement on Array ([#345](https://github.com/toad-lib/toad/issues/345)) ([88086fb](https://github.com/toad-lib/toad/commit/88086fbfc30112aa448a8f81e933ee89d9ea2625))

## [0.7.0](https://github.com/toad-lib/toad/compare/toad-array-v0.6.0...toad-array-v0.7.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.7.0"
version = "0.8.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 e84a385

Please sign in to comment.