diff --git a/Cargo.lock b/Cargo.lock index ea11ecc..41f8b08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1106,7 +1106,7 @@ dependencies = [ [[package]] name = "pyapp" -version = "0.27.0" +version = "0.28.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 27ec7a3..2d4b9b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.27.0" +version = "0.28.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 d1df563..66795fa 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.28.0 - 2025-07-17 + ***Added:*** - Update default CPython distributions to 20250712