Skip to content

Commit 739b5f2

Browse files
committed
pyoxy: release version 0.2.0
1 parent dd2b9c2 commit 739b5f2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyoxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyoxy"
3-
version = "0.2.0-pre"
3+
version = "0.2.0"
44
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
55
license = "MPL-2.0"
66
description = "Self-contained Python distribution and application runner."

pyoxy/docs/pyoxy_history.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Changelog
1515
0.2.0
1616
-----
1717

18-
Not yet released.
18+
Released on 2022-05-30.
1919

2020
* Official release artifacts now contain Python 3.8 and 3.10 variants.
2121
Previously, only Python 3.9 was provided.
@@ -24,6 +24,10 @@ Not yet released.
2424
from the canonical Rust source code. This should make it easier to
2525
understand the fields in YAML configurations without having to consult
2626
Rust crate docs.
27+
* Release artifacts are now ``.tar.gz`` files and contain a ``COPYING``
28+
file with licensing annotations.
29+
* The release mechanism for PyOxy is now streamlined, hopefully enabling
30+
faster releases going forward.
2731

2832
0.1.0
2933
-----

0 commit comments

Comments
 (0)