From ebda9c0f76556743251248d6cf5ce14aa326e659 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Thu, 7 Sep 2023 01:07:40 -0400 Subject: [PATCH] release v0.11.0 --- Cargo.toml | 2 +- docs/changelog.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9def1b4..a3d658d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.10.1" +version = "0.11.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 03423b3..65cd2a5 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.11.0 - 2023-09-07 + ***Added:*** - Update default distributions to 20230826