From 63dea9abab9753fa92ba427c1127c213f1a11b47 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 13 Oct 2024 14:28:27 -0400 Subject: [PATCH] release v0.24.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/changelog.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cc80c2..40218e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -985,7 +985,7 @@ dependencies = [ [[package]] name = "pyapp" -version = "0.23.0" +version = "0.24.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index eec620b..a6a524a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.23.0" +version = "0.24.0" description = "Runtime installer for Python applications" repository = "https://github.com/ofek/pyapp" documentation = "https://ofek.dev/pyapp/" diff --git a/docs/changelog.md b/docs/changelog.md index 16a082e..b779e19 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## 0.24.0 - 2024-10-13 + ***Changed:*** - The `PYAPP_DISTRIBUTION_VARIANT` has been renamed to `PYAPP_DISTRIBUTION_VARIANT_CPU` although the former is still supported for backwards compatibility