From 90091ba6560c8cef3e7774aaf755329529e74a3a Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 12 May 2024 21:35:05 -0400 Subject: [PATCH] release v0.20.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 6562438..0042890 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -979,7 +979,7 @@ dependencies = [ [[package]] name = "pyapp" -version = "0.19.0" +version = "0.20.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index c7a5522..f62e0ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.19.0" +version = "0.20.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 c7d2933..103569c 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.20.0 - 2024-05-13 + ***Added:*** - Add `cache` management command