Skip to content

Commit

Permalink
chore(main): release 2.2.0 (#99)
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] authored Jan 1, 2025
1 parent 4b1cd1e commit ed6d2c2
Show file tree
Hide file tree
Showing 3 changed files with 10 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.1.3"
".": "2.2.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Features

* Adds custom de-serialization method for LpProblem ([4b1cd1e](https://github.com/dandxy89/lp_parser_rs/commit/4b1cd1e18bd49316375cb9bc5651d53cadcf407d))
* implements add_* methods to LpProblem ([4b1cd1e](https://github.com/dandxy89/lp_parser_rs/commit/4b1cd1e18bd49316375cb9bc5651d53cadcf407d))

## [2.1.3](https://github.com/dandxy89/lp_parser_rs/compare/v2.1.2...v2.1.3) (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.1.3"
version = "2.2.0"
edition = "2021"
authors = ["Dan Dixey", "Dan Dixey <[email protected]>"]
rust-version = "1.63.0"
Expand Down

0 comments on commit ed6d2c2

Please sign in to comment.