Skip to content

Commit f601567

Browse files
affandarCopilot
andcommitted
chore: release v0.1.20
- Add cross-platform packaging smoke infra (ci/smoke/) - Pin manylinux_2_28 with explicit python3.12 interpreter Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8c37050 commit f601567

5 files changed

Lines changed: 76088 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.20] - 2026-04-17
9+
10+
### Added
11+
- Cross-platform packaging smoke tests in `ci/smoke/` that install the built wheel on
12+
ubuntu, macos-14, macos-13, and windows-latest before publish, plus a post-publish
13+
registry smoke. Publish is gated on all-platform smoke success.
14+
15+
### Changed
16+
- Pinned `manylinux_2_28` with an explicit `python3.12` interpreter for the Linux wheel
17+
build (upstream `manylinux: auto` regressed).
18+
819
## [0.1.19] - 2026-04-06
920

1021
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "duroxide-python"
3-
version = "0.1.19"
3+
version = "0.1.20"
44
edition = "2021"
55

66
[lib]

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 = "duroxide"
7-
version = "0.1.19"
7+
version = "0.1.20"
88
description = "Python SDK for the Duroxide durable execution runtime"
99
readme = "README.md"
1010
license = { text = "MIT" }
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>com.apple.xcode.dsym.libduroxide_python.dylib</string>
9+
<key>CFBundleInfoDictionaryVersion</key>
10+
<string>6.0</string>
11+
<key>CFBundlePackageType</key>
12+
<string>dSYM</string>
13+
<key>CFBundleSignature</key>
14+
<string>????</string>
15+
<key>CFBundleShortVersionString</key>
16+
<string>1.0</string>
17+
<key>CFBundleVersion</key>
18+
<string>1</string>
19+
</dict>
20+
</plist>

0 commit comments

Comments
 (0)