From 58cca0e1399ccff640bd5feb97e9627da24f9edf Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sat, 7 Oct 2023 12:49:51 -0400 Subject: [PATCH] release v0.12.0 --- Cargo.toml | 2 +- docs/changelog.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71cb047..1aee859 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.11.1" +version = "0.12.0" description = "Build self-bootstrapped Python applications" repository = "https://github.com/ofek/pyapp" documentation = "https://ofek.dev/pyapp/" diff --git a/docs/changelog.md b/docs/changelog.md index e5d7ef7..d7b3af0 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.12.0 - 2023-10-07 + ***Added:*** - Update default distributions to 20231002, adding support for Python 3.12