diff --git a/Cargo.lock b/Cargo.lock index 159778e..0fd6c3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -979,7 +979,7 @@ dependencies = [ [[package]] name = "pyapp" -version = "0.21.0" +version = "0.21.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index b6bb38f..6255c74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.21.0" +version = "0.21.1" 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 0711ff7..644a461 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.1 - 2024-05-15 + ***Fixed:*** - Fix the `PYAPP_DISTRIBUTION_PATH_PREFIX` option