Skip to content

Commit

Permalink
release: Prepare for v0.2.2
Browse files Browse the repository at this point in the history
Bump the crate version and update the ChangeLog.
  • Loading branch information
ravenexp committed May 10, 2022
1 parent c714878 commit 121c7b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.2.2] - 2022-05-10

### Features

- Include `python3.def` itself in the Rust source in [#10](https://github.com/pyo3/python3-dll-a/pull/10)
- Add support for generating non-abi3 `pythonXY.dll` in [#15](https://github.com/pyo3/python3-dll-a/pull/15)

### CI

- Automate `stable_abi.txt` updates in [#6](https://github.com/pyo3/python3-dll-a/pull/6)

## [0.2.1] - 2022-04-17

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "python3-dll-a"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
description = "Standalone python3(y).dll import library generator"
repository = "https://github.com/pyo3/python3-dll-a"
Expand Down

0 comments on commit 121c7b6

Please sign in to comment.