From 64915ae63e21af4dccfa217aeca2b83af5a12a3b Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 26 May 2024 11:33:22 -0400 Subject: [PATCH] release v0.22.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 831a091..f524004 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -985,7 +985,7 @@ dependencies = [ [[package]] name = "pyapp" -version = "0.21.1" +version = "0.22.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index e03dcf0..2c854a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.21.1" +version = "0.22.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 70d28b2..77f46fa 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.22.0 - 2024-05-26 + ***Added:*** - Add `PYAPP_EXPOSE_ALL_COMMANDS` option