Skip to content

Commit 8841eea

Browse files
committed
v2.0.0
1 parent fcf9ee9 commit 8841eea

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

COMPATIBILITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Volta currently tests against the following platforms, and will treat it as a br
1111
We compile release artifacts compatible with the following, and likewise will treat it as a breaking change to drop support for them:
1212

1313
- macOS v11
14-
- RHEL and CentOS v6
14+
- RHEL and CentOS v7
1515
- Windows 10
1616

1717
In general, Volta should build and run against any other modern hardware and operating system supported by stable Rust, and we will make a best effort not to break them. However, we do *not* include them in our SemVer guarantees or test against them.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "volta"
3-
version = "1.1.1"
3+
version = "2.0.0"
44
authors = ["David Herman <[email protected]>", "Charles Pierce <[email protected]>"]
55
license = "BSD-2-Clause"
66
repository = "https://github.com/volta-cli/volta"

RELEASES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Version 2.0.0
2+
3+
- 🚨 (BREAKING) 🚨 We upgraded the version of Rust used to build Volta, which drops support for older versions of glibc & Linux kernel. See [the Rust announcement](https://blog.rust-lang.org/2022/08/01/Increasing-glibc-kernel-requirements.html) for details about the supported versions. Notably, this means that we no longer support CentOS 6 (#1611)
4+
- 🚨 (BREAKING) 🚨 Due to costs and changes in the code signing process, we have dropped the code signing for the Windows installer. We now recommend using `winget` to install Volta on Windows (#1650)
5+
- 🎉 (NEW) 🎉 We now ship a pre-built binary for ARM Linux & ARM Windows (#1696, #1801)
6+
- Volta no longer requires Developer Mode to be enabled on Windows (#1755)
7+
- `volta uninstall` now provides better help & error messages to describe its use and limitations (#1628, #1786)
8+
- Volta will now use a universal binary on Mac, rather than separate Intel- & ARM-specific builds (#1635)
9+
- Switched to installing profile scripts into `.zshenv` by default, rather than `.zshrc` (#1657)
10+
- Added a default shim for the `yarnpkg` command, which is an alias of `yarn` (#1670)
11+
- Added a new `--very-verbose` flag to enable even more logging (#1815)
12+
- Simplified the fetching process to remove an extra network request and resolve hangs (#1812)
13+
- Several dependency upgrades and clean-up refactors from @tottoto
14+
115
# Version 1.1.1
216

317
- Experimental support for pnpm (requires `VOLTA_FEATURE_PNPM` environment variable) (#1273)

0 commit comments

Comments
 (0)