Skip to content

Commit d9b47e2

Browse files
authored
Merge pull request #259 from CastXML/changelog
bump to version 3.0.1
2 parents d43c843 + 9c90b15 commit d9b47e2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

4+
Version 3.0.1
5+
-------------
6+
7+
1. Build and sign wheels using Github Actions CI, see https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
8+
This is a way better way to distribute our wheels as it prevents supply chain attacks.
9+
410
Version 3.0.0
511
-------------
612

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = [
1919
"CastXML",
2020
"gccxml",
2121
]
22-
version = "3.0.0"
22+
version = "3.0.1"
2323

2424
classifiers = [
2525
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)