Skip to content

Commit 0d90d92

Browse files
committed
Release clex_gen v0.3.3, clex_llm v0.3.1, cscrapper v0.1.2, cpast v0.10.3
1 parent 0abddf0 commit 0d90d92

File tree

9 files changed

+128
-15
lines changed

9 files changed

+128
-15
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clex_gen/CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,35 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.3.3 (2025-03-17)
9+
10+
### Other
11+
12+
- <csr-id-0abddf0155936c81065388500163b92a209cd522/> update rand to 0.9
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release.
19+
- 15 days passed between releases.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' were seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- Update rand to 0.9 ([`0abddf0`](https://github.com/rootCircle/cpast_mono/commit/0abddf0155936c81065388500163b92a209cd522))
31+
</details>
32+
833
## v0.3.2 (2025-03-01)
934

35+
<csr-id-f93b38cd00306356503de16b84202333ea3baee4/>
36+
1037
### Chore
1138

1239
- <csr-id-f93b38cd00306356503de16b84202333ea3baee4/> update default range values to i32_min, i32_max and u32_min, u32_max; improve completions support and documentation
@@ -19,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1946

2047
<csr-read-only-do-not-edit/>
2148

22-
- 2 commits contributed to the release.
49+
- 3 commits contributed to the release.
2350
- 5 days passed between releases.
2451
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
2552
- 0 issues like '(#ID)' were seen in commit messages
@@ -31,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3158
<details><summary>view details</summary>
3259

3360
* **Uncategorized**
61+
- Release ccode_runner v0.3.2, clex_gen v0.3.2, clex_llm v0.2.2, cpast v0.9.2 ([`325d8c1`](https://github.com/rootCircle/cpast_mono/commit/325d8c11588daaad4678e72aac665b58f32f119e))
3462
- Update default range values to i32_min, i32_max and u32_min, u32_max; improve completions support and documentation ([`f93b38c`](https://github.com/rootCircle/cpast_mono/commit/f93b38cd00306356503de16b84202333ea3baee4))
3563
- Rust docs ([`ea9fa36`](https://github.com/rootCircle/cpast_mono/commit/ea9fa36e4852bd8af718fe6abe6190be725ed292))
3664
</details>

clex_gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clex_gen"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "A generator for clex language"
55
categories = ["development-tools::testing", "command-line-utilities", "development-tools"]
66
keywords = ["automata", "competitive-program", "generator", "language", "testcase"]

clex_llm/CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.3.1 (2025-03-17)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-cc1fddcf1ccf015837f91721e19d28a303c16597/> correct language name assignment in test_code_generator
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release over the course of 1 calendar day.
19+
- 1 day passed between releases.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' were seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- Correct language name assignment in test_code_generator ([`cc1fddc`](https://github.com/rootCircle/cpast_mono/commit/cc1fddcf1ccf015837f91721e19d28a303c16597))
31+
</details>
32+
833
## v0.3.0 (2025-03-15)
934

1035
### New Features
@@ -28,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2853

2954
<csr-read-only-do-not-edit/>
3055

31-
- 6 commits contributed to the release over the course of 1 calendar day.
56+
- 7 commits contributed to the release over the course of 1 calendar day.
3257
- 13 days passed between releases.
3358
- 6 commits were understood as [conventional](https://www.conventionalcommits.org).
3459
- 0 issues like '(#ID)' were seen in commit messages
@@ -40,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4065
<details><summary>view details</summary>
4166

4267
* **Uncategorized**
68+
- Release ccode_runner v0.3.3, clex_llm v0.3.0, cscrapper v0.1.0, cpast v0.10.0, safety bump cpast v0.10.0 ([`3c24521`](https://github.com/rootCircle/cpast_mono/commit/3c245215b88f1f7e15764bb7e5756929825ec538))
4369
- Expose default codegen language type ([`d1f3bcf`](https://github.com/rootCircle/cpast_mono/commit/d1f3bcfce5187879268726170447a032c3e95a40))
4470
- Update code generation to support C++ solutions and enhance input handling ([`a7be429`](https://github.com/rootCircle/cpast_mono/commit/a7be429d63454f278237173dab38f8dd1b522af2))
4571
- Add caching for code evaluation and new evaluate route with_platform ([`ab31151`](https://github.com/rootCircle/cpast_mono/commit/ab31151dec6626ea67cc24ddab8ff390b9989282))

clex_llm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clex_llm"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Generates clex from input format and constraints in natural language using LLM."
55
categories = ["development-tools::testing", "development-tools"]
66
keywords = ["automata", "generator", "testcase", "llm", "dsl"]

cpast/CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,39 @@
11
# Changelog
22

3+
## 0.10.3 (2025-03-17)
4+
5+
### Chore
6+
7+
- <csr-id-ba0d255c687a637ecfaa1732051e561b90099bf1/> fix --problem_url maturity message
8+
9+
### Other
10+
11+
- <csr-id-2000467be52a20ed2d3f142923f3a6ec094e635a/> some Makefile and ci improvements
12+
13+
### Commit Statistics
14+
15+
<csr-read-only-do-not-edit/>
16+
17+
- 2 commits contributed to the release.
18+
- 1 day passed between releases.
19+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
20+
- 0 issues like '(#ID)' were seen in commit messages
21+
22+
### Commit Details
23+
24+
<csr-read-only-do-not-edit/>
25+
26+
<details><summary>view details</summary>
27+
28+
* **Uncategorized**
29+
- Some Makefile and ci improvements ([`2000467`](https://github.com/rootCircle/cpast_mono/commit/2000467be52a20ed2d3f142923f3a6ec094e635a))
30+
- Fix --problem_url maturity message ([`ba0d255`](https://github.com/rootCircle/cpast_mono/commit/ba0d255c687a637ecfaa1732051e561b90099bf1))
31+
</details>
32+
333
## 0.10.2 (2025-03-15)
434

35+
<csr-id-41feaa188b4a013e208f762cf721e44ad36d29d5/>
36+
537
### Other
638

739
- <csr-id-41feaa188b4a013e208f762cf721e44ad36d29d5/> update cscraper to v0.1.1
@@ -10,7 +42,7 @@
1042

1143
<csr-read-only-do-not-edit/>
1244

13-
- 2 commits contributed to the release.
45+
- 3 commits contributed to the release.
1446
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
1547
- 0 issues like '(#ID)' were seen in commit messages
1648

@@ -21,6 +53,7 @@
2153
<details><summary>view details</summary>
2254

2355
* **Uncategorized**
56+
- Release cpast v0.10.2 ([`1df653f`](https://github.com/rootCircle/cpast_mono/commit/1df653fb63826d5eead100ab19289da163614a89))
2457
- Update cscraper to v0.1.1 ([`41feaa1`](https://github.com/rootCircle/cpast_mono/commit/41feaa188b4a013e208f762cf721e44ad36d29d5))
2558
- Release cscrapper v0.1.1 ([`f90f9a3`](https://github.com/rootCircle/cpast_mono/commit/f90f9a3506aad49e6a0f1d0cb0f666b117a1cfd8))
2659
</details>

cpast/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpast"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
description = "Run custom testcase with powerful clex language powered generated tool. Ideal for competitive coders. Can test two file and pass & match randomly generated outputs"
55
categories = [
66
"development-tools::testing",
@@ -31,10 +31,10 @@ tokio = { workspace = true, features = ["full"] }
3131
futures = { workspace = true }
3232
colored = { workspace = true }
3333
clap_complete = { workspace = true }
34-
clex_gen = { version = "^0.3.2", path = "../clex_gen" }
34+
clex_gen = { version = "^0.3.3", path = "../clex_gen" }
3535
ccode_runner = { version = "^0.3.4", path = "../ccode_runner" }
36-
clex_llm = { version = "^0.3.0", path = "../clex_llm" }
37-
cscrapper = { version = "^0.1.1", path = "../cscrapper" }
36+
clex_llm = { version = "^0.3.1", path = "../clex_llm" }
37+
cscrapper = { version = "^0.1.2", path = "../cscrapper" }
3838
thiserror = { workspace = true }
3939

4040
[dev-dependencies]

cscrapper/CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.1.2 (2025-03-17)
9+
10+
### Chore
11+
12+
- <csr-id-4f809172dcf7cf104859a5a3567547e99900930d/> update non-cloudflare blocked codeforces mirror(slow)
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release over the course of 1 calendar day.
19+
- 1 day passed between releases.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' were seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- Update non-cloudflare blocked codeforces mirror(slow) ([`4f80917`](https://github.com/rootCircle/cpast_mono/commit/4f809172dcf7cf104859a5a3567547e99900930d))
31+
</details>
32+
833
## v0.1.1 (2025-03-15)
934

1035
### Bug Fixes
@@ -15,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1540

1641
<csr-read-only-do-not-edit/>
1742

18-
- 1 commit contributed to the release.
43+
- 2 commits contributed to the release.
1944
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2045
- 0 issues like '(#ID)' were seen in commit messages
2146

@@ -26,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2651
<details><summary>view details</summary>
2752

2853
* **Uncategorized**
54+
- Release cscrapper v0.1.1 ([`f90f9a3`](https://github.com/rootCircle/cpast_mono/commit/f90f9a3506aad49e6a0f1d0cb0f666b117a1cfd8))
2955
- Increase timeout ([`07b16ae`](https://github.com/rootCircle/cpast_mono/commit/07b16ae8573d8376d4b2b3053d594699602ab8e5))
3056
</details>
3157

cscrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cscrapper"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Scrapper for competitive programming websites"
55
categories = ["development-tools::testing", "development-tools"]
66
keywords = ["competitive-coding", "scrapper", "website", "codechef", "codeforces"]

0 commit comments

Comments
 (0)