Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed May 10, 2023
1 parent a8f21c5 commit 28dace2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <DIR>
Expand Down

0 comments on commit 28dace2

Please sign in to comment.