Skip to content

Commit c5ea4f3

Browse files
committed
Bump version to 0.3.0.post3 for release
WIP Signed-off-by: vincentzed <207368749+vincentzed@users.noreply.github.com>
1 parent 5f789e2 commit c5ea4f3

File tree

6 files changed

+821
-67
lines changed

6 files changed

+821
-67
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ jobs:
2222
target: x86_64-unknown-linux-gnu
2323
- os: ubuntu-24.04
2424
target: x86_64-unknown-linux-gnu
25-
- os: windows-latest
26-
target: x86_64-pc-windows-msvc
25+
- os: ubuntu-22.04
26+
target: x86_64-unknown-linux-gnu
27+
- os: ubuntu-22.04-arm
28+
target: aarch64-unknown-linux-gnu
29+
# - os: windows-latest
30+
# target: x86_64-pc-windows-msvc
2731
- os: macos-latest
28-
target: x86_64-apple-darwin
29-
- os: macos-14
3032
target: aarch64-apple-darwin
33+
# - os: macos-26
34+
# target: aarch64-apple-darwin
3135

3236
steps:
3337
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ 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-
## Unreleased
8+
## Released
99

10-
## [v0.3.0.post2](https://github.com/vincentzed/decon/releases/tag/v0.3.0.post2) - 2026-01-09
11-
12-
## [v0.3.0.post1](https://github.com/vincentzed/decon/releases/tag/v0.3.0.post1) - 2026-01-09
10+
## [v0.3.0.post3](https://github.com/vincentzed/decon/releases/tag/v0.3.0.post3) - 2026-01-09
1311

1412
### Added
1513

@@ -20,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2018
### Removed
2119

2220
## [v0.3.0](https://github.com/vincentzed/decon/releases/tag/v0.3.0) - 2025-01-09
21+
(Do not use, unstable release.)
2322

2423
### Added
2524

Cargo.lock

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

crates/decon-py/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ crate-type = ["cdylib"]
1717
decon-core = { path = "../decon-core" }
1818
pyo3.workspace = true
1919
rayon.workspace = true
20+
tokio.workspace = true

crates/decon-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "decontaminate"
7-
version = "0.3.0.post2"
7+
version = "0.3.0.post3"
88
description = "Fast contamination detection for ML training data - Python bindings for decon"
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)