From 2e4bfbfb6c014dbf3cb8eec165cd68b26a73f788 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Tue, 14 May 2024 09:25:20 -0400 Subject: [PATCH] release v0.20.1 --- 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 0042890..679b857 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -979,7 +979,7 @@ dependencies = [ [[package]] name = "pyapp" -version = "0.20.0" +version = "0.20.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index f62e0ec..c79f795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.20.0" +version = "0.20.1" 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 2fb9f8d..6bdb0fe 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.1 - 2024-05-14 + ***Fixed:*** - Properly handle failed downloads