Skip to content

Commit

Permalink
0.13.0 ready for development
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Aug 27, 2023
1 parent f5525c9 commit 5d351f9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This file contains tracks the changes landing in Rye. It includes changes
that were not yet released.

## 0.13.0

_Unreleased_

<!-- released start -->

## 0.12.0
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.

14 changes: 11 additions & 3 deletions rye/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rye"
version = "0.12.0"
version = "0.13.0"
edition = "2021"
license = "MIT"

Expand All @@ -9,11 +9,19 @@ license = "MIT"
[dependencies]
age = "0.9.1"
anyhow = { version = "1.0.70", features = ["backtrace"] }
clap = { version = "4.3.5", default-features = false, features = ["derive", "usage", "wrap_help", "std"] }
clap = { version = "4.3.5", default-features = false, features = [
"derive",
"usage",
"wrap_help",
"std",
] }
clap_complete = "4.2.1"
console = "0.15.7"
curl = { version = "0.4.44", features = ["ssl", "static-curl", "static-ssl"] }
decompress = { version = "0.6.0", default-features = false, features = ["tarzst", "targz"] }
decompress = { version = "0.6.0", default-features = false, features = [
"tarzst",
"targz",
] }
flate2 = "1.0.25"
git-testament = "0.2.4"
globset = "0.4.10"
Expand Down

0 comments on commit 5d351f9

Please sign in to comment.