Skip to content

Commit 81fea3c

Browse files
authored
πŸ”– Changelog entry for v0.0.1b2 (#39)
Second beta release of cog3pio (Python-only).
1 parent 65a54a4 commit 81fea3c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cog3pio"
3-
version = "0.0.1-beta.1"
3+
version = "0.0.1-beta.2"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
rust-version = "1.85.0"

β€Ždocs/changelog.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ All notable changes to this project will be documented in this file.
3535

3636
### <!-- 5 --> 🧰 Maintenance
3737

38+
- πŸ‘· Adjust CI workflow conditions for release trigger ([#38](https://github.com/weiji14/cog3pio/pull/38))
3839
- πŸ”§ Configure readthedocs documentation build ([#36](https://github.com/weiji14/cog3pio/pull/36))
3940
- πŸ‘· Build free-threaded wheels on CI and upload to TestPyPI ([#34](https://github.com/weiji14/cog3pio/pull/34))
4041
- 🚨 Setup CI to lint using cargo fmt + clippy pedantic fixes ([#33](https://github.com/weiji14/cog3pio/pull/33))

0 commit comments

Comments
Β (0)