Skip to content

Commit

Permalink
Merge branch 'astral-sh:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesChen0823 authored Jul 25, 2024
2 parents 4b768f3 + 2fd1895 commit acd18a5
Show file tree
Hide file tree
Showing 58 changed files with 965 additions and 431 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: "Spell check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: crate-ci/typos@master
with:
files: .
files: .
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
Expand Down
56 changes: 52 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,61 @@
This file contains tracks the changes landing in Rye. It includes changes
that were not yet released.

## 0.34.0
<!-- released start -->

_Unreleased_
## 0.37.0

- Use uv in `rye build` when uv is enabled. #978
Released on 2024-07-20.

<!-- released start -->
* Fix verify-ssl option parsing by @taki-d in https://github.com/astral-sh/rye/pull/1208
* Emit warning when asked to build a virtual project by @nazq in https://github.com/astral-sh/rye/pull/1227
* Add short version `-d` for `rye remove --dev` by @nikhilweee in https://github.com/astral-sh/rye/pull/1239
* Remove redundant alias information from CLI by @piotrgredowski in https://github.com/astral-sh/rye/pull/1237
* Update bundled uv version to `v0.2.27` by @github-actions in https://github.com/astral-sh/rye/pull/1232
* Update Python releases to include `3.12.4` by @github-actions in https://github.com/astral-sh/rye/pull/1230
* Respect `.python-version` in Rye builds by @charliermarsh in https://github.com/astral-sh/rye/pull/1250
* Update bundled Ruff version to `v0.5.4` by @charliermarsh in https://github.com/astral-sh/rye/pull/1251

## 0.36.0

Released on 2024-07-07.

* Upgrade pyyaml to v6.0.1 by @charliermarsh in https://github.com/astral-sh/rye/pull/1170
* Pass keyring-provider to uv sync and install by @emarsden-iso in https://github.com/astral-sh/rye/pull/1183
* Add docs hint for packages on multiple indexes by @dennisrall in https://github.com/astral-sh/rye/pull/1188
* Pass universal flag down to uv by @lbowenwest in https://github.com/astral-sh/rye/pull/1186
* Use musl build for ARM Linux by @charliermarsh in https://github.com/astral-sh/rye/pull/1192
* Bump uv to 0.2.22 by @charliermarsh in https://github.com/astral-sh/rye/pull/1192
* Upgrade twine to v5.1.1 by @charliermarsh in https://github.com/astral-sh/rye/pull/1199

## 0.35.0

Released on 2024-06-24.

* Enforce `--pre` when auto-syncing by @charliermarsh in https://github.com/astral-sh/rye/pull/1107
* Move from `rye-up.com` to `rye.astral.sh` by @charliermarsh in https://github.com/astral-sh/rye/pull/1113
* Fix install instructions on README.md for mac/linux by @timothycrosley in https://github.com/astral-sh/rye/pull/1114
* Fix CLI deserialization of PowerShell (`powershell`) by @charliermarsh in https://github.com/astral-sh/rye/pull/1125
* Add ability to specify option to generate hashes within pyproject.toml by @asmith26 in https://github.com/astral-sh/rye/pull/1129
* Bump uv to 0.2.13 by @charliermarsh in https://github.com/astral-sh/rye/pull/1123
* Improve `config.toml` error messages by @zys864 in https://github.com/astral-sh/rye/pull/1155

## 0.34.0

Released on 2024-05-20.

* Add nushell completion support by @MilesCranmer in https://github.com/astral-sh/rye/pull/1030
* Use uv in rye build when enabled by @bluss in https://github.com/astral-sh/rye/pull/978
* Add short version add -d for rye add --dev by @bluss in https://github.com/astral-sh/rye/pull/1044
* Flip uv to the default Rye backend by @charliermarsh in https://github.com/astral-sh/rye/pull/1053
* Fix Rye not using user-chosen toolchain as default during installation by @pjdon in https://github.com/astral-sh/rye/pull/1054
* Add keyring support for uv by @emarsden-iso in https://github.com/astral-sh/rye/pull/1016
* Allow to generate lockfiles with hashes when using uv by @mvaled in https://github.com/astral-sh/rye/pull/1070
* Bump ruff to 0.4.4 by @davfsa in https://github.com/astral-sh/rye/pull/1075
* Fix TOML array formatting by @my1e5 in https://github.com/astral-sh/rye/pull/1084
* Bump uv to 0.1.44 by @charliermarsh in https://github.com/astral-sh/rye/pull/1085
* Discover cosmo-ified (`.com`) binaries on Windows by @mataha in https://github.com/astral-sh/rye/pull/1091
* Write `use-uv = true` in no-prompt mode by @charliermarsh in https://github.com/astral-sh/rye/pull/1098

## 0.33.0

Expand Down
Loading

0 comments on commit acd18a5

Please sign in to comment.