Skip to content

Commit

Permalink
chore(main): release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 14, 2025
1 parent b850308 commit 661e164
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
@@ -1,3 +1,3 @@
{
".": "2.2.0"
".": "2.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.1](https://github.com/dandxy89/lp_parser_rs/compare/v2.2.0...v2.2.1) (2025-01-14)


### Bug Fixes

* Adds Default to ComparisonOp ([#102](https://github.com/dandxy89/lp_parser_rs/issues/102)) ([b850308](https://github.com/dandxy89/lp_parser_rs/commit/b850308b02b9a719a096b26ffc778081958ac25a))

## [2.2.0](https://github.com/dandxy89/lp_parser_rs/compare/v2.1.3...v2.2.0) (2025-01-01)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lp_parser_rs"
version = "2.2.0"
version = "2.2.1"
edition = "2021"
authors = ["Dan Dixey", "Dan Dixey <[email protected]>"]
rust-version = "1.63.0"
Expand Down

0 comments on commit 661e164

Please sign in to comment.