Skip to content

Commit

Permalink
release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Apr 21, 2024
1 parent 13dd72e commit 74785a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pyapp"
version = "0.16.0"
version = "0.17.0"
description = "Runtime installer for Python applications"
repository = "https://github.com/ofek/pyapp"
documentation = "https://ofek.dev/pyapp/"
Expand Down
7 changes: 5 additions & 2 deletions docs/changelog.md
Expand Up @@ -8,14 +8,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## 0.17.0 - 2024-04-21

***Added:***

- Update default distributions to 20240415
- Support using UV for virtual environment creation and project installation
- The PATH environment variable is now updated to include the installation's directory of executables
- Update default distributions to 20240415

***Fixed:***

- The PATH environment variable is now updated to include the installation's directory of executables
- Dependencies are now locked

## 0.16.0 - 2024-03-24

Expand Down

0 comments on commit 74785a6

Please sign in to comment.