Skip to content

Commit e493950

Browse files
committed
merge: remote branch into local
2 parents a70b194 + a786643 commit e493950

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
<!-- version list -->
44

5+
## v0.1.0-rc.1 (2025-10-20)
6+
7+
### Documentation
8+
9+
- **readme**: Add note on c2pie version
10+
([`3726a77`](https://github.com/TourmalineCore/c2pie/commit/3726a77c113c4dff2b344897af5f8b68521994dd))
11+
12+
- **readme**: Change latest version reference
13+
([`6409e05`](https://github.com/TourmalineCore/c2pie/commit/6409e05957922b98883326c6d8c78af0f8b1346e))
14+
15+
- **readme**: Remove note of package version in descr, change badge label
16+
([`a6efaf9`](https://github.com/TourmalineCore/c2pie/commit/a6efaf9f35ce21db4b041d97fd3fca8ad6d8445b))
17+
18+
### Features
19+
20+
- **example-app**: Add ability to set c2pie version that should be used in example app
21+
([`c9c95eb`](https://github.com/TourmalineCore/c2pie/commit/c9c95eb4c50f756735d9c0c71ea65d673363da04))
22+
23+
524
## v0.1.0-alpha.6 (2025-10-17)
625

726
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "c2pie"
3-
version = "0.1.0-alpha.6"
3+
version = "0.1.0-rc.1"
44

55
[[tool.poetry.source]]
66
name = "PyPI"

0 commit comments

Comments
 (0)