Skip to content

Commit

Permalink
release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed May 12, 2023
1 parent 29664f3 commit 09818f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion 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.5.0 - 2023-05-11

***Added:***

- Strip symbols from release builds
Expand All @@ -17,7 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Properly pass through all required environment variable options to cross compilation images
- Properly allow configuration of the template used for the metadata command

## 0.4.0 - 2023-05-10
## 0.4.0 - 2023-05-11

***Changed:***

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyapp"
version = "0.4.0"
version = "0.5.0"
description = "CLI for self-bootstrapped Python applications"
repository = "https://github.com/ofek/pyapp"
license = "Apache-2.0 OR MIT"
Expand All @@ -27,7 +27,7 @@ reqwest = { version = "0.11", features = ["blocking", "rustls-tls"], default-fea

[profile.release]
panic = "abort"
strip = "symbols"
strip = true

[package.metadata.cross.build.env]
passthrough = [
Expand Down

0 comments on commit 09818f1

Please sign in to comment.