Skip to content

Commit 5aeb768

Browse files
committed
chore(release): prepare for v0.2.7
1 parent 23d0340 commit 5aeb768

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.2.7] - 2023-05-25
6+
7+
### Features
8+
9+
- Add Python 3.12 support in [#34](https://github.com/PyO3/python3-dll-a/pull/34)
10+
511
## [0.2.6] - 2022-08-21
612

713
### 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.6"
3+
version = "0.2.7"
44
edition = "2021"
55
description = "Standalone python3(y).dll import library generator"
66
repository = "https://github.com/PyO3/python3-dll-a"

0 commit comments

Comments
 (0)