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