From 5d5ad0b84fdaa399a0714c4c45154df7d9980742 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 15 Dec 2024 13:54:53 -0500 Subject: [PATCH] release v0.25.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- docs/changelog.md | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bbc21d..56b3daa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -976,7 +976,7 @@ dependencies = [ [[package]] name = "pyapp" -version = "0.24.0" +version = "0.25.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 25b0d38..94fcb87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.24.0" +version = "0.25.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 aa659b8..2c510e5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,9 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## 0.25.0 - 2024-12-15 + ***Added:*** -- Update default distributions to 20241206 +- Update default CPython distributions to 20241206 +- Update dependencies ## 0.24.0 - 2024-10-13