diff --git a/Cargo.lock b/Cargo.lock index 5b4c478..c28c34e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -896,7 +896,7 @@ dependencies = [ [[package]] name = "pyapp" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 4209fb3..5e149ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.17.0" +version = "0.18.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 be7c951..e432004 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.18.0 - 2024-04-22 + ***Added:*** - Update PyPy distributions to 7.3.15