Skip to content

Commit

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

## [2.3.0](https://github.com/dandxy89/lp_parser_rs/compare/v2.2.1...v2.3.0) (2025-01-18)


### Features

* LpCsvWriter ([#104](https://github.com/dandxy89/lp_parser_rs/issues/104)) ([7dd96ba](https://github.com/dandxy89/lp_parser_rs/commit/7dd96ba0c4557b06a8d4f93fffdc68abf48673a9))

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


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.1"
version = "2.3.0"
edition = "2021"
authors = ["Dan Dixey", "Dan Dixey <[email protected]>"]
rust-version = "1.63.0"
Expand Down

0 comments on commit 9d93a81

Please sign in to comment.