From d2799aeaf789f99e9d58cef12c3af07b2fa72ff7 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Wed, 15 May 2024 00:09:47 -0400 Subject: [PATCH] release v0.21.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 679b857..159778e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -979,7 +979,7 @@ dependencies = [ [[package]] name = "pyapp" -version = "0.20.1" +version = "0.21.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 00172a0..b6bb38f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.20.1" +version = "0.21.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 b8c96ac..19358af 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.21.0 - 2024-05-15 + ***Added:*** - Add `PYAPP_DISTRIBUTION_PATH_PREFIX` option for easier configuring of custom distribution internal paths