Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed May 22, 2023
1 parent 8177abb commit 1df2a7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ There is currently no actual release of Rye. The latest main branch revision
is the one you can install as mainline should always be stable. Here are the
most recent changes however.

## Unreleased
## 0.1.2

- Fixed dev-dependencies not being installed when using workspace. #170

- `init` no longer creates invalid flit config. #195

- Support direct references when adding a package. #158

- Fixed a bug with uninstall on Unix platforms.
- Fixed a bug with uninstall on Unix platforms. #197

## 0.1.1

Expand Down
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 rye/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rye"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit 1df2a7e

Please sign in to comment.