Skip to content

Commit 8ef23a4

Browse files
chore: release main
1 parent e6a76ba commit 8ef23a4

File tree

4 files changed

+63
-2
lines changed

4 files changed

+63
-2
lines changed

.release-please-manifest.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"lp_parser_rs": "2.3.2",
3-
"parse_lp": "0.2.0"
3+
"parse_lp": "0.2.0",
4+
"rust": "2.3.0",
5+
"python": "2.3.0"
46
}

python/python/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## 2.3.0 (2025-02-26)
4+
5+
6+
### Build System
7+
8+
* Upgrading to use nom 0.8.0 ([#112](https://github.com/dandxy89/lp_parser_rs/issues/112)) ([4f8a0e3](https://github.com/dandxy89/lp_parser_rs/commit/4f8a0e326aaad54ad76eb88ebbb2775ea6740454))
9+
10+
11+
### Continuous Integration
12+
13+
* Updating versions ([492517d](https://github.com/dandxy89/lp_parser_rs/commit/492517d9e257608d39aa70cf2bdd8b9e8ca98f5b))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* Override release version ([68a74fc](https://github.com/dandxy89/lp_parser_rs/commit/68a74fc2e8709550571aacd945fd06be2695719c))
19+
* release 1.3.0 ([3af4fcf](https://github.com/dandxy89/lp_parser_rs/commit/3af4fcf18a388140faf324bd5f2459aef65d9f75))
20+
* release 1.3.1 ([38f57f6](https://github.com/dandxy89/lp_parser_rs/commit/38f57f6b6aa98b2c1012a903f628718245959ffc))
21+
* release 1.4.0 ([cce8326](https://github.com/dandxy89/lp_parser_rs/commit/cce8326881b55e8b070f58665812e2b3e40e1624))
22+
* release 2.0.0 ([666d968](https://github.com/dandxy89/lp_parser_rs/commit/666d968d1c47d5e7eff2618f702ecb1da74a1295))
23+
* release 2.3.0 ([efafbca](https://github.com/dandxy89/lp_parser_rs/commit/efafbcae561ea76e020156e5f3d9fc7c273e4156))
24+
* release main ([#109](https://github.com/dandxy89/lp_parser_rs/issues/109)) ([fb3f7a4](https://github.com/dandxy89/lp_parser_rs/commit/fb3f7a45a5414958a9aff22369122616cd1e7a2d))
25+
* release main ([#110](https://github.com/dandxy89/lp_parser_rs/issues/110)) ([c5c8e92](https://github.com/dandxy89/lp_parser_rs/commit/c5c8e920ec8f45eb65de28f4c45e412e83dc1d4e))
26+
* release main ([#113](https://github.com/dandxy89/lp_parser_rs/issues/113)) ([8fd7207](https://github.com/dandxy89/lp_parser_rs/commit/8fd72073d046c6efb5a11acc58a9be1b3133faea))
27+
* release main ([#115](https://github.com/dandxy89/lp_parser_rs/issues/115)) ([2020698](https://github.com/dandxy89/lp_parser_rs/commit/202069826a905432cb549a0887e3193d868f0fea))

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lp_parser_rs"
3-
version = "2.3.2"
3+
version = "2.3.0"
44
edition = "2021"
55
authors = ["Dan Dixey", "Dan Dixey <[email protected]>"]
66
rust-version = "1.63.0"

rust/rust/CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
## 2.3.0 (2025-02-26)
4+
5+
6+
### Build System
7+
8+
* Upgrading to use nom 0.8.0 ([#112](https://github.com/dandxy89/lp_parser_rs/issues/112)) ([4f8a0e3](https://github.com/dandxy89/lp_parser_rs/commit/4f8a0e326aaad54ad76eb88ebbb2775ea6740454))
9+
10+
11+
### Continuous Integration
12+
13+
* Updating versions ([492517d](https://github.com/dandxy89/lp_parser_rs/commit/492517d9e257608d39aa70cf2bdd8b9e8ca98f5b))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* Override release version ([68a74fc](https://github.com/dandxy89/lp_parser_rs/commit/68a74fc2e8709550571aacd945fd06be2695719c))
19+
* release 1.3.0 ([3af4fcf](https://github.com/dandxy89/lp_parser_rs/commit/3af4fcf18a388140faf324bd5f2459aef65d9f75))
20+
* release 1.3.1 ([38f57f6](https://github.com/dandxy89/lp_parser_rs/commit/38f57f6b6aa98b2c1012a903f628718245959ffc))
21+
* release 1.4.0 ([cce8326](https://github.com/dandxy89/lp_parser_rs/commit/cce8326881b55e8b070f58665812e2b3e40e1624))
22+
* release 2.0.0 ([666d968](https://github.com/dandxy89/lp_parser_rs/commit/666d968d1c47d5e7eff2618f702ecb1da74a1295))
23+
* release 2.3.0 ([efafbca](https://github.com/dandxy89/lp_parser_rs/commit/efafbcae561ea76e020156e5f3d9fc7c273e4156))
24+
* release main ([#109](https://github.com/dandxy89/lp_parser_rs/issues/109)) ([fb3f7a4](https://github.com/dandxy89/lp_parser_rs/commit/fb3f7a45a5414958a9aff22369122616cd1e7a2d))
25+
* release main ([#113](https://github.com/dandxy89/lp_parser_rs/issues/113)) ([8fd7207](https://github.com/dandxy89/lp_parser_rs/commit/8fd72073d046c6efb5a11acc58a9be1b3133faea))
26+
* release main ([#115](https://github.com/dandxy89/lp_parser_rs/issues/115)) ([2020698](https://github.com/dandxy89/lp_parser_rs/commit/202069826a905432cb549a0887e3193d868f0fea))
27+
28+
29+
### Bug Fixes
30+
31+
* To include README.md in crate.io ([53fa4bc](https://github.com/dandxy89/lp_parser_rs/commit/53fa4bc9027606cd772f3462d515746dd1522b95))
32+
* Use non-reserved keyword in functions ([d30e3d5](https://github.com/dandxy89/lp_parser_rs/commit/d30e3d5d5110d5f53021c515a611af0260d45209))

0 commit comments

Comments
 (0)