From 8f7769e99574f1ade4c7f244bc72d7e608494e92 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Tue, 23 Apr 2024 23:18:13 -0400 Subject: [PATCH] release v0.19.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 342208c..ce39738 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -897,7 +897,7 @@ dependencies = [ [[package]] name = "pyapp" -version = "0.18.0" +version = "0.19.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 5e149ac..f14d667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.18.0" +version = "0.19.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 b2ed35f..14611e4 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.19.0 - 2024-04-24 + ***Added:*** - Add `remove` management command