Skip to content

Commit

Permalink
chore: release 0.2.2 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed May 14, 2024
1 parent c3621f8 commit 2a2a1a9
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.2.1",
"unfmt_macros": "0.2.1"
".": "0.2.2",
"unfmt_macros": "0.2.2"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.2](https://github.com/mathematic-inc/unfmt/compare/v0.2.1...v0.2.2) (2024-05-14)


### Bug Fixes

* **deps:** Update rust crate proc-macro2 to v1.0.82 ([#58](https://github.com/mathematic-inc/unfmt/issues/58)) ([e2bee12](https://github.com/mathematic-inc/unfmt/commit/e2bee129c9ff958fea796a23b8da2d48e09f6152))
* **deps:** Update rust crate syn to v2.0.61 ([#56](https://github.com/mathematic-inc/unfmt/issues/56)) ([d5fc873](https://github.com/mathematic-inc/unfmt/commit/d5fc8733f4b016df6352cc9c2f98cd6dd7604c33))
* **deps:** Update rust crate syn to v2.0.62 ([#65](https://github.com/mathematic-inc/unfmt/issues/65)) ([e7192e7](https://github.com/mathematic-inc/unfmt/commit/e7192e744089e6fb80ed6aeb72e9e6336f927a8a))
* **deps:** Update rust crate syn to v2.0.63 ([#69](https://github.com/mathematic-inc/unfmt/issues/69)) ([8b3f3cd](https://github.com/mathematic-inc/unfmt/commit/8b3f3cd3ad218b4934affb4413635ce407910cd7))
* Parse `syn::Lit` instead of `syn::Expr` ([#72](https://github.com/mathematic-inc/unfmt/issues/72)) ([c3621f8](https://github.com/mathematic-inc/unfmt/commit/c3621f83f383a97b66229595a31ef3ec13d8a1ba))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* unfmt_macros bumped from 0.2.1 to 0.2.2

## [0.2.1](https://github.com/mathematic-inc/unfmt/compare/v0.2.0...v0.2.1) (2024-05-04)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unfmt"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
description = "A compile-time pattern matching library that reverses the interpolation process of `format!`."
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -61,4 +61,4 @@ needless_borrowed_reference = { level = "allow", priority = 1 }

[dependencies]
bstr = "1.9.1"
unfmt_macros = { path = "unfmt_macros", version = "0.2.1" }
unfmt_macros = { path = "unfmt_macros", version = "0.2.2" }
7 changes: 7 additions & 0 deletions unfmt_macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2](https://github.com/mathematic-inc/unfmt/compare/unfmt_macros-v0.2.1...unfmt_macros-v0.2.2) (2024-05-14)


### Bug Fixes

* Parse `syn::Lit` instead of `syn::Expr` ([#72](https://github.com/mathematic-inc/unfmt/issues/72)) ([c3621f8](https://github.com/mathematic-inc/unfmt/commit/c3621f83f383a97b66229595a31ef3ec13d8a1ba))

## [0.2.1](https://github.com/mathematic-inc/unfmt/compare/unfmt_macros-v0.2.0...unfmt_macros-v0.2.1) (2024-05-04)


Expand Down
2 changes: 1 addition & 1 deletion unfmt_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unfmt_macros"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
description = "A compile-time pattern matching library that reverses the interpolation process of `format!`."
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 2a2a1a9

Please sign in to comment.