Skip to content

Commit f90f9a3

Browse files
committed
Release cscrapper v0.1.1
1 parent 07b16ae commit f90f9a3

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ clap_complete = { workspace = true }
3434
clex_gen = { version = "^0.3.2", path = "../clex_gen" }
3535
ccode_runner = { version = "^0.3.4", path = "../ccode_runner" }
3636
clex_llm = { version = "^0.3.0", path = "../clex_llm" }
37-
cscrapper = { version = "^0.1.0", path = "../cscrapper" }
37+
cscrapper = { version = "^0.1.1", path = "../cscrapper" }
3838
thiserror = { workspace = true }
3939

4040
[dev-dependencies]

cscrapper/CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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.1 (2025-03-15)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-07b16ae8573d8376d4b2b3053d594699602ab8e5/> increase timeout
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release.
19+
- 1 commit was 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+
- Increase timeout ([`07b16ae`](https://github.com/rootCircle/cpast_mono/commit/07b16ae8573d8376d4b2b3053d594699602ab8e5))
30+
</details>
31+
832
## v0.1.0 (2025-03-15)
933

1034
<csr-id-6717bb04b76eca27606ccfc893eee781853a45e7/>
@@ -43,7 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4367

4468
<csr-read-only-do-not-edit/>
4569

46-
- 16 commits contributed to the release over the course of 137 calendar days.
70+
- 17 commits contributed to the release over the course of 137 calendar days.
4771
- 13 commits were understood as [conventional](https://www.conventionalcommits.org).
4872
- 0 issues like '(#ID)' were seen in commit messages
4973

@@ -54,6 +78,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5478
<details><summary>view details</summary>
5579

5680
* **Uncategorized**
81+
- Release cscrapper v0.1.0, cpast v0.10.0 ([`b7f3958`](https://github.com/rootCircle/cpast_mono/commit/b7f3958d3e6b43f80a40aaea5da3e5e718a6d3b0))
5782
- Update keywords in Cargo.toml for accuracy ([`e211a8d`](https://github.com/rootCircle/cpast_mono/commit/e211a8d39e517cb46597f2c2b2f3e72ccfef8ff5))
5883
- Release cscrapper v0.1.0, cpast v0.10.0 ([`b88b38e`](https://github.com/rootCircle/cpast_mono/commit/b88b38e61da71e3318cc8e72fe8812b70977802c))
5984
- Add description, categories, and keywords to Cargo.toml ([`0d908d6`](https://github.com/rootCircle/cpast_mono/commit/0d908d6195630af425df9b083de6dcaebf101bfa))

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.0"
3+
version = "0.1.1"
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)