From 0a0694fc0caaf38426a59997db49319a2c294517 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 21 Apr 2024 22:28:21 -0400 Subject: [PATCH] release v0.18.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 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