Skip to content

Commit 427f840

Browse files
committed
chore(release): prepare for v0.2.15
1 parent e35f0e6 commit 427f840

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.15] - 2026-04-06
6+
7+
### Features
8+
9+
- Update `python3.def` to latest in [#98](https://github.com/PyO3/python3-dll-a/pull/98)
10+
- Update `pythonXY.def` files in [#99](https://github.com/PyO3/python3-dll-a/pull/99)
11+
512
## [0.2.14] - 2025-05-15
613

714
### Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "python3-dll-a"
3-
version = "0.2.14"
3+
version = "0.2.15"
44
edition = "2021"
55
rust-version = "1.63"
66
description = "Standalone python3(y)(t).dll import library generator"

0 commit comments

Comments
 (0)