Skip to content

Commit

Permalink
workspace: perform releases
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Dec 30, 2022
1 parent ae36f86 commit 42513bf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyoxidizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyoxidizer"
version = "0.24.0-pre"
version = "0.24.0"
authors = ["Gregory Szorc <[email protected]>"]
license = "MPL-2.0"
description = "Package self-contained Python applications"
Expand Down
2 changes: 1 addition & 1 deletion pyoxidizer/docs/pyoxidizer_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Version History
0.24.0
------

(Not yet released)
Released 2022-12-30

Backwards Compatibility Notes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
16 changes: 12 additions & 4 deletions pyoxidizer/src/new-project-cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,9 @@ dependencies = [

[[package]]
name = "pyembed"
version = "0.24.0-pre"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa44f0064395bd62aeda5916de48f1373183cb9c6303a8df7e40b8f73a6edd0c"
dependencies = [
"anyhow",
"dunce",
Expand Down Expand Up @@ -359,7 +361,9 @@ dependencies = [

[[package]]
name = "python-oxidized-importer"
version = "0.9.0-pre"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b853cef903974d03cf48795e8f01e879b22da70bcac8cf0293c7d7deb4fbb833"
dependencies = [
"anyhow",
"memmap2",
Expand All @@ -374,7 +378,9 @@ dependencies = [

[[package]]
name = "python-packaging"
version = "0.16.0-pre"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "177802e8a6b8cc825dd37b8edfc37e617653d1d9b4c4a063f355f6c7a5c17351"
dependencies = [
"anyhow",
"byteorder",
Expand All @@ -391,7 +397,9 @@ dependencies = [

[[package]]
name = "python-packed-resources"
version = "0.12.0-pre"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caf0dc168f0aaf231920fa01d7d1cc1ac021ac63ab4bb7a8831282d4a7569064"
dependencies = [
"anyhow",
"byteorder",
Expand Down

0 comments on commit 42513bf

Please sign in to comment.