From 427f8406a5a86ae6bcb476782086dd95ee959dde Mon Sep 17 00:00:00 2001 From: messense Date: Mon, 6 Apr 2026 18:48:53 +0800 Subject: [PATCH] chore(release): prepare for v0.2.15 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23c60b3..83dbffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.2.15] - 2026-04-06 + +### Features + +- Update `python3.def` to latest in [#98](https://github.com/PyO3/python3-dll-a/pull/98) +- Update `pythonXY.def` files in [#99](https://github.com/PyO3/python3-dll-a/pull/99) + ## [0.2.14] - 2025-05-15 ### Features diff --git a/Cargo.toml b/Cargo.toml index 62ef593..b636da2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python3-dll-a" -version = "0.2.14" +version = "0.2.15" edition = "2021" rust-version = "1.63" description = "Standalone python3(y)(t).dll import library generator"