Skip to content

Commit

Permalink
chore(main): release 1.2.4 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 29, 2024
1 parent 83c6e03 commit 3a1afc1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "1.2.3"
".": "1.2.4"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [1.2.4](https://github.com/dandxy89/lp_parser_rs/compare/lp_parser_rs-v1.2.3...lp_parser_rs-v1.2.4) (2024-04-29)


### Build System

* Remove Cargo.lock ([83c6e03](https://github.com/dandxy89/lp_parser_rs/commit/83c6e0347e5078acb1ebb0c05ef066c51413fc19))


### Miscellaneous Chores

* **deps:** bump serde from 1.0.198 to 1.0.199 ([#70](https://github.com/dandxy89/lp_parser_rs/issues/70)) ([34385d5](https://github.com/dandxy89/lp_parser_rs/commit/34385d533c9caa8c11effad7ae75bd21c5f81c10))

## [1.2.3](https://github.com/dandxy89/lp_parser_rs/compare/lp_parser_rs-v1.2.2...lp_parser_rs-v1.2.3) (2024-04-21)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lp_parser_rs"
version = "1.2.3"
version = "1.2.4"
edition = "2021"
authors = ["Dan Dixey", "Dan Dixey <dan@functorml.co.uk>"]
rust-version = "1.61.0"
Expand Down

0 comments on commit 3a1afc1

Please sign in to comment.