Skip to content

Commit 3c23ba4

Browse files
committed
Prepare for release 0.3.34
1 parent 224b205 commit 3c23ba4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.3.34
2+
-------------
3+
* Using CIBuildWheel for release after deprecation of ubuntu 20.04 in GitHub actions.
4+
15
Version 0.3.32
26
-------------
37

@@ -17,13 +21,13 @@ Version 0.3.30
1721
Version 0.3.29
1822
-------------
1923

20-
* Adds LICENSE and NOTICE to package
24+
* Adds LICENSE and NOTICE to package
2125

2226
Version 0.3.28
2327
-------------
2428

2529
* Add a new argument `path_to_custom_builtin_rules` for overwriting builtin rules
26-
* Automate running the release workflow when a new tag is pushed
30+
* Automate running the release workflow when a new tag is pushed
2731

2832
Version 0.3.27
2933
-------------

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Uber Technologies Inc."]
33
name = "piranha"
44
description = "Polyglot Piranha is a library for performing structural find and replace with deep cleanup."
5-
version = "0.3.32"
5+
version = "0.3.34"
66
edition = "2021"
77
include = ["pyproject.toml", "src/"]
88
exclude = ["legacy"]

0 commit comments

Comments
 (0)