From ed6d2c20367efaa7a4e06d5313311ca149909154 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:44:43 +0000 Subject: [PATCH] chore(main): release 2.2.0 (#99) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8249311..a5d1cf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.3" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a755ff9..8b1370e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index 5c6ad81..98f0c1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lp_parser_rs" -version = "2.1.3" +version = "2.2.0" edition = "2021" authors = ["Dan Dixey", "Dan Dixey "] rust-version = "1.63.0"