Skip to content

Commit ef9ecc0

Browse files
committed
docs(CHANGELOG): add changelog of 0.10.0
1 parent d1f3bcf commit ef9ecc0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,32 @@ For changelogs of packages, see:
1111
- [clex_gen](./clex_gen/CHANGELOG.md)
1212
- [ccode_runner](./ccode_runner/CHANGELOG.md)
1313

14+
## 0.10.0 (2025-03-15)
15+
16+
- BREAKING: Move compilation to temp dir, instead of Path("./")
17+
- BREAKING: Update gemini env key from GEMINI_API_KEY to GOOGLE_API_KEY
18+
19+
### ccode_runner
20+
21+
- Move all compilations to temp dir, instead of Path("./")
22+
- New abstractions `from_text`, `from_custom_dest` and `from_language` for ProgramStore, run the code event from source code text. (Unblocks many cpast_api requests)
23+
24+
### cpast_api
25+
26+
- Implemented all evaluate routes (with_code_and_constraint, with_platform, with_code_and_clex, with_code_and_platform, with_shared_id) (Unblocks cpastcord).
27+
- Caching LLM and scraped responses.
28+
- Inject LLM API key into `Settings` (check cpast_api/configuration/base.yaml)
29+
- Update gemini env key from GEMINI_API_KEY to GOOGLE_API_KEY
30+
31+
### clex_llm
32+
33+
- Update gemini env key from GEMINI_API_KEY to GOOGLE_API_KEY
34+
- Introduce code generation in C++(Unstable)
35+
36+
### cscrapper
37+
38+
- Problem URL parsing support.
39+
1440
## 0.9.2 (2025-03-01)
1541

1642
### clex_gen

0 commit comments

Comments
 (0)