diff --git a/Cargo.lock b/Cargo.lock index e58d041..23ea3a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -985,7 +985,7 @@ dependencies = [ [[package]] name = "pyapp" -version = "0.22.0" +version = "0.23.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index f4903ad..b893dac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.22.0" +version = "0.23.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 ff76809..54b0332 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.23.0 - 2024-08-03 + ***Added:*** - Add `PYAPP_UV_SOURCE` option