Skip to content

Commit c11f99e

Browse files
committed
chore(release): prepare for v0.2.6
Bump the crate version and update the ChangeLog.
1 parent 990bcc8 commit c11f99e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

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

5-
## Unreleased
5+
## [0.2.6] - 2022-08-21
6+
7+
### Features
8+
9+
- Add MinGW-w64 `dlltool` program name configuration env var [#31](https://github.com/PyO3/python3-dll-a/pull/31)
610

711
## [0.2.5] - 2022-07-14
812

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "python3-dll-a"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
edition = "2021"
55
description = "Standalone python3(y).dll import library generator"
6-
repository = "https://github.com/pyo3/python3-dll-a"
6+
repository = "https://github.com/PyO3/python3-dll-a"
77
authors = ["Sergey Kvachonok <[email protected]>", "messense <[email protected]>", "Adam Reichold <[email protected]>"]
88
license = "MIT"
99
keywords = ["build-dependencies", "python", "windows", "mingw", "msvc"]

0 commit comments

Comments
 (0)