From 28dace2d3de793b5c9b24b3472c8f29182841983 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Wed, 10 May 2023 16:23:51 -0400 Subject: [PATCH] release v0.3.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4604c72..357b394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## 0.3.0 - 2023-05-10 + ***Changed:*** - Rename `PYAPP_DISTRIBUTION_COMPRESSION` option to `PYAPP_DISTRIBUTION_FORMAT` diff --git a/Cargo.toml b/Cargo.toml index 1fa83e9..01ad342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyapp" -version = "0.2.0" +version = "0.3.0" description = "CLI for self-bootstrapped Python applications" license = "Apache-2.0 OR MIT" edition = "2021" diff --git a/README.md b/README.md index 2996452..46b3018 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ For a more streamlined workflow, consider using the built-in [app](https://hatch ## Building -Select the directory in which to build your application with the `--root` option: +First configure your [project](#project), then select the directory in which to build the executable with the `--root` option and run: ``` cargo install pyapp --force --root