Skip to content

Commit

Permalink
chore: release main (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel authored Mar 12, 2023
1 parent 8e128f0 commit 0d26fdb
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"toad-hash": "0.3.0",
"toad-len": "0.1.2",
"toad-macros": "0.2.1",
"toad-map": "0.2.0",
"toad-map": "0.2.1",
"toad-msg": "0.15.0",
"toad-result-ext": "0.0.0",
"toad-stem": "0.1.0",
"toad-writable": "0.1.0"
"toad-writable": "0.1.1"
}
9 changes: 7 additions & 2 deletions toad-map/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changelog

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


### Bug Fixes

* loosen version requirements, fix dep hell ([8e128f0](https://github.com/toad-lib/toad/commit/8e128f0944ca0ba9ef8f7163976783e1df4da5c7))

## [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.2.0"
version = "0.2.1"
edition = "2021"
description = "Map / Dictionary trait that is no_std and heap-allocator-optional"
authors = ["Orion Kindel <[email protected]>"]
Expand Down
9 changes: 7 additions & 2 deletions toad-writable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changelog

## [0.1.1](https://github.com/toad-lib/toad/compare/toad-writable-v0.1.0...toad-writable-v0.1.1) (2023-03-12)


### Bug Fixes

* loosen version requirements, fix dep hell ([8e128f0](https://github.com/toad-lib/toad/commit/8e128f0944ca0ba9ef8f7163976783e1df4da5c7))

## 0.1.0 (2023-03-11)


### Features

* **kwap:** add support for coap runtime config ([c082f06](https://github.com/toad-lib/toad/commit/c082f0696a288d2a2db9b986c3e3eaf2e7a4e8f4))
* **writable:** initial commit ([#249](https://github.com/toad-lib/toad/issues/249)) ([9f972a2](https://github.com/toad-lib/toad/commit/9f972a29e7199bc130757c224558fbc80a30fab4))


2 changes: 1 addition & 1 deletion toad-writable/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toad-writable"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "This microcrate provides a struct implementing [`core::fmt::Write`] for all [`toad_array::Array`]s"
authors = ["Orion Kindel <[email protected]>"]
Expand Down

0 comments on commit 0d26fdb

Please sign in to comment.