Skip to content

Commit

Permalink
chore: release main (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel authored Mar 8, 2023
1 parent e8ee477 commit 3e37621
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"toad-macros": "0.2.1",
"toad-array": "0.2.2",
"toad-writable": "0.1.0",
"toad-map": "0.1.0",
"toad-hash": "0.2.0",
"toad-map": "0.2.0",
"toad-hash": "0.3.0",
"toad-cursor": "0.1.0",
"toad-stem": "0.1.0",
"toad-result-ext": "0.1.0",
Expand Down
9 changes: 7 additions & 2 deletions toad-hash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changelog

## [0.3.0](https://github.com/toad-lib/toad/compare/toad-hash-v0.2.0...toad-hash-v0.3.0) (2023-03-08)


### Features

* **map:** initial commit ([#246](https://github.com/toad-lib/toad/issues/246)) ([e8ee477](https://github.com/toad-lib/toad/commit/e8ee477f534114e3ed080c0105316e25cdf2a787))

## [0.2.0](https://github.com/toad-lib/toad/compare/toad-hash-v0.1.0...toad-hash-v0.2.0) (2023-03-08)


### Features

* **hash:** initial commit ([7a079d8](https://github.com/toad-lib/toad/commit/7a079d86db960714c4694c18878a21055f86f032))
* **kwap:** add support for coap runtime config ([c082f06](https://github.com/toad-lib/toad/commit/c082f0696a288d2a2db9b986c3e3eaf2e7a4e8f4))


2 changes: 1 addition & 1 deletion toad-hash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toad-hash"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "no_std hashing used by toad"
authors = ["Orion Kindel <[email protected]>"]
Expand Down
10 changes: 10 additions & 0 deletions toad-map/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Changelog

## [0.2.0](https://github.com/toad-lib/toad/compare/toad-map-v0.1.0...toad-map-v0.2.0) (2023-03-08)


### Features

* **kwap:** add support for coap runtime config ([c082f06](https://github.com/toad-lib/toad/commit/c082f0696a288d2a2db9b986c3e3eaf2e7a4e8f4))
* **map:** initial commit ([#246](https://github.com/toad-lib/toad/issues/246)) ([e8ee477](https://github.com/toad-lib/toad/commit/e8ee477f534114e3ed080c0105316e25cdf2a787))


2 changes: 1 addition & 1 deletion toad-map/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toad-map"
version = "0.0.0"
version = "0.2.0"
edition = "2021"
description = "Map / Dictionary trait that is no_std and heap-allocator-optional"
authors = ["Orion Kindel <[email protected]>"]
Expand Down

0 comments on commit 3e37621

Please sign in to comment.