diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b73b56..23c60b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.2.14] - 2025-05-15 + +### Features + +- Add Python 3.14 (beta) support in [#94](https://github.com/PyO3/python3-dll-a/pull/94) + ## [0.2.13] - 2025-02-16 ### Features diff --git a/Cargo.toml b/Cargo.toml index ea13f7c..95340f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python3-dll-a" -version = "0.2.13" +version = "0.2.14" edition = "2021" description = "Standalone python3(y)(t).dll import library generator" repository = "https://github.com/PyO3/python3-dll-a"