From d23905f296d8481047f950ea46de1fd7f33d3835 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 May 2024 18:50:48 +0000 Subject: [PATCH] Version Packages --- .changeset/disable-unused-chrono-features.md | 5 ---- .changeset/fifty-emus-type.md | 5 ---- .changeset/many-paws-fetch.md | 5 ---- .changeset/many-sloths-fry.md | 5 ---- .changeset/poor-otters-cheer.md | 5 ---- .changeset/poor-poets-compete.md | 5 ---- .changeset/rotten-pumpkins-search.md | 5 ---- .changeset/show-download-progress.md | 5 ---- .changeset/violet-rice-brake.md | 5 ---- CHANGELOG.md | 24 ++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- docs/fnm.svg | 2 +- package.json | 2 +- 14 files changed, 28 insertions(+), 49 deletions(-) delete mode 100644 .changeset/disable-unused-chrono-features.md delete mode 100644 .changeset/fifty-emus-type.md delete mode 100644 .changeset/many-paws-fetch.md delete mode 100644 .changeset/many-sloths-fry.md delete mode 100644 .changeset/poor-otters-cheer.md delete mode 100644 .changeset/poor-poets-compete.md delete mode 100644 .changeset/rotten-pumpkins-search.md delete mode 100644 .changeset/show-download-progress.md delete mode 100644 .changeset/violet-rice-brake.md diff --git a/.changeset/disable-unused-chrono-features.md b/.changeset/disable-unused-chrono-features.md deleted file mode 100644 index 77fc2226d..000000000 --- a/.changeset/disable-unused-chrono-features.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fnm": patch ---- - -Disable unused chrono features (#1014) diff --git a/.changeset/fifty-emus-type.md b/.changeset/fifty-emus-type.md deleted file mode 100644 index 406a88ae0..000000000 --- a/.changeset/fifty-emus-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fnm": minor ---- - -feat: add remote version sorting and filtering diff --git a/.changeset/many-paws-fetch.md b/.changeset/many-paws-fetch.md deleted file mode 100644 index 60048f900..000000000 --- a/.changeset/many-paws-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fnm": patch ---- - -Fix `cd /D` on windows with `--use-on-cd` diff --git a/.changeset/many-sloths-fry.md b/.changeset/many-sloths-fry.md deleted file mode 100644 index a64d094de..000000000 --- a/.changeset/many-sloths-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fnm": minor ---- - -`fnm install latest` will now tag the `latest` alias diff --git a/.changeset/poor-otters-cheer.md b/.changeset/poor-otters-cheer.md deleted file mode 100644 index 86d6aca3d..000000000 --- a/.changeset/poor-otters-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fnm": patch ---- - -support `x64-musl` arch by adding a `--arch x64-musl` to fnm env diff --git a/.changeset/poor-poets-compete.md b/.changeset/poor-poets-compete.md deleted file mode 100644 index 1d8287f88..000000000 --- a/.changeset/poor-poets-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fnm": patch ---- - -make nicer styling in progress bar (add newline, make it unicode) diff --git a/.changeset/rotten-pumpkins-search.md b/.changeset/rotten-pumpkins-search.md deleted file mode 100644 index 11e723cb0..000000000 --- a/.changeset/rotten-pumpkins-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fnm": patch ---- - -fix: return default version if canonicalize fails diff --git a/.changeset/show-download-progress.md b/.changeset/show-download-progress.md deleted file mode 100644 index 552f42391..000000000 --- a/.changeset/show-download-progress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fnm": minor ---- - -Show a progress bar when downloading and extracting node diff --git a/.changeset/violet-rice-brake.md b/.changeset/violet-rice-brake.md deleted file mode 100644 index e6fb4eb3e..000000000 --- a/.changeset/violet-rice-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fnm": patch ---- - -Fixes a bug when running `eval $(fnm env)` in sh when there a spaces in the $PATH diff --git a/CHANGELOG.md b/CHANGELOG.md index 413ae7a75..e1cfd9ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ ## 1.31.0 (2022-02-16) +## 1.36.0 + +### Minor Changes + +- [#1063](https://github.com/Schniz/fnm/pull/1063) [`121128f`](https://github.com/Schniz/fnm/commit/121128f42bc27583c2cf9a77b14f60f456af4a82) Thanks [@ryanccn](https://github.com/ryanccn)! - feat: add remote version sorting and filtering + +- [#896](https://github.com/Schniz/fnm/pull/896) [`7b47b3e`](https://github.com/Schniz/fnm/commit/7b47b3ef0a741fe40a39efaa5eca6945b2e11c59) Thanks [@pedrofialho](https://github.com/pedrofialho)! - `fnm install latest` will now tag the `latest` alias + +- [#1028](https://github.com/Schniz/fnm/pull/1028) [`66efc5b`](https://github.com/Schniz/fnm/commit/66efc5b90c71f2f24592dbf8d7e28c9f53bcf5f9) Thanks [@eblocha](https://github.com/eblocha)! - Show a progress bar when downloading and extracting node + +### Patch Changes + +- [#1014](https://github.com/Schniz/fnm/pull/1014) [`6be23c8`](https://github.com/Schniz/fnm/commit/6be23c868f5ddb2a4508a1f302c345298401d674) Thanks [@tottoto](https://github.com/tottoto)! - Disable unused chrono features (#1014) + +- [#1050](https://github.com/Schniz/fnm/pull/1050) [`d6c132a`](https://github.com/Schniz/fnm/commit/d6c132adfd1c29c48acb0b9de42538146e23cf18) Thanks [@JakeHandsome](https://github.com/JakeHandsome)! - Fix `cd /D` on windows with `--use-on-cd` + +- [#1109](https://github.com/Schniz/fnm/pull/1109) [`8f3acbb`](https://github.com/Schniz/fnm/commit/8f3acbb8ee4991b838ce3fe146d62864aaa290b9) Thanks [@Vinfall](https://github.com/Vinfall)! - support `x64-musl` arch by adding a `--arch x64-musl` to fnm env + +- [#1125](https://github.com/Schniz/fnm/pull/1125) [`d9af62f`](https://github.com/Schniz/fnm/commit/d9af62ff432e57398efdd812e218f3fb390c5243) Thanks [@Schniz](https://github.com/Schniz)! - make nicer styling in progress bar (add newline, make it unicode) + +- [#1058](https://github.com/Schniz/fnm/pull/1058) [`734df47`](https://github.com/Schniz/fnm/commit/734df47795c3b71d104ec9638034447cc4ef47cc) Thanks [@aquacash5](https://github.com/aquacash5)! - fix: return default version if canonicalize fails + +- [#1066](https://github.com/Schniz/fnm/pull/1066) [`9ff98da`](https://github.com/Schniz/fnm/commit/9ff98da93c69013274322c3a63dfdb1beaf73875) Thanks [@floh1695](https://github.com/floh1695)! - Fixes a bug when running `eval $(fnm env)` in sh when there a spaces in the $PATH + ## 1.35.1 ### Patch Changes diff --git a/Cargo.lock b/Cargo.lock index b7100a3ba..674520ee7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -623,7 +623,7 @@ dependencies = [ [[package]] name = "fnm" -version = "1.35.1" +version = "1.36.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e3a874c23..a19152176 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fnm" -version = "1.35.1" +version = "1.36.0" authors = ["Gal Schlezinger "] edition = "2021" build = "build.rs" diff --git a/docs/fnm.svg b/docs/fnm.svg index bacae272a..e348c41aa 100644 --- a/docs/fnm.svg +++ b/docs/fnm.svg @@ -1 +1 @@ -evaleval"$(fnmeval"$(fnmenv)"ffnfnmfnm--versionfnm1.35.1catcat.node-version18.16.1fnminstallInstallingNodev18.16.1(x64)fnmuseUsingNodev18.16.1nodenode-vv18.16.1eevevaeval"eval"$eval"$(eval"$(feval"$(fneval"$(fnmeeval"$(fnmeneval"$(fnmenveval"$(fnmenv)fnm-fnm--fnm--vfnm--vefnm--verfnm--versfnm--versifnm--versioccacat.cat.ncat.nocat.nodcat.nodecat.node-cat.node-vcat.node-vecat.node-vercat.node-verscat.node-versicat.node-versiofnmifnminfnminsfnminstfnminstafnminstalfnmufnmusnnonodnode- \ No newline at end of file +evaleval"$(fnmeval"$(fnmenv)"ffnfnmfnm--versionfnm1.36.0catcat.node-version18.16.1fnminstallInstallingNodev18.16.1(x64)00:00:02███████████████████████22.63MiB/22.63MiB(10.90MiB/s,0s)fnmuseUsingNodev18.16.1nodenode-vv18.16.1eevevaeval"eval"$eval"$(eval"$(feval"$(fneval"$(fnmeeval"$(fnmeneval"$(fnmenveval"$(fnmenv)fnm-fnm--fnm--vfnm--vefnm--verfnm--versfnm--versifnm--versioccacat.cat.ncat.nocat.nodcat.nodecat.node-cat.node-vcat.node-vecat.node-vercat.node-verscat.node-versicat.node-versiofnmifnminfnminsfnminstfnminstafnminstal00:00:008.00KiB/22.63MiB(120.90MiB/s,0s)00:00:0016.00KiB/22.63MiB(12.54MiB/s,2s)00:00:0024.00KiB/22.63MiB(11.80MiB/s,2s)00:00:0031.41KiB/22.63MiB(11.36MiB/s,2s)00:00:0039.41KiB/22.63MiB(11.10MiB/s,2s)00:00:0047.41KiB/22.63MiB(10.93MiB/s,2s)00:00:0055.41KiB/22.63MiB(10.84MiB/s,2s)00:00:0063.41KiB/22.63MiB(10.76MiB/s,2s)00:00:0071.41KiB/22.63MiB(10.72MiB/s,2s)00:00:0079.41KiB/22.63MiB(10.68MiB/s,2s)00:00:0087.41KiB/22.63MiB(10.66MiB/s,2s)00:00:0095.41KiB/22.63MiB(10.63MiB/s,2s)00:00:00103.41KiB/22.63MiB(10.62MiB/s,2s)00:00:00111.41KiB/22.63MiB(10.61MiB/s,2s)00:00:00119.41KiB/22.63MiB(10.61MiB/s,2s)00:00:00127.41KiB/22.63MiB(10.62MiB/s,2s)00:00:00135.41KiB/22.63MiB(10.64MiB/s,2s)00:00:00143.41KiB/22.63MiB(10.67MiB/s,2s)00:00:00151.41KiB/22.63MiB(10.70MiB/s,2s)00:00:00159.41KiB/22.63MiB(10.74MiB/s,2s)00:00:00919.41KiB/22.63MiB(16.79MiB/s,1s)00:00:00█▋1.65MiB/22.63MiB(16.96MiB/s,1s)00:00:00██▌2.40MiB/22.63MiB(16.69MiB/s,1s)00:00:00███▎3.18MiB/22.63MiB(16.49MiB/s,1s)00:00:00████▏3.98MiB/22.63MiB(16.36MiB/s,1s)00:00:00█████4.77MiB/22.63MiB(16.28MiB/s,1s)00:00:00█████▊5.51MiB/22.63MiB(16.21MiB/s,1s)00:00:00██████▋6.33MiB/22.63MiB(16.16MiB/s,1s)00:00:00███████▌7.18MiB/22.63MiB(16.13MiB/s,1s)00:00:00████████▌8.02MiB/22.63MiB(16.11MiB/s,1s)00:00:00█████████▎8.82MiB/22.63MiB(16.10MiB/s,1s)00:00:00██████████9.48MiB/22.63MiB(16.08MiB/s,1s)00:00:00██████████▎10.19MiB/22.63MiB(16.05MiB/s,1s)00:00:00██████████▉10.82MiB/22.63MiB(16.02MiB/s,1s)00:00:00███████████▊11.57MiB/22.63MiB(15.97MiB/s,1s)00:00:00████████████▋12.44MiB/22.63MiB(15.94MiB/s,1s)00:00:00█████████████▍13.22MiB/22.63MiB(15.92MiB/s,1s)00:00:00██████████████13.80MiB/22.63MiB(15.89MiB/s,1s)00:00:00██████████████▋14.45MiB/22.63MiB(15.85MiB/s,1s)00:00:01███████████████▎15.07MiB/22.63MiB(15.81MiB/s,0s)00:00:01███████████████▉15.73MiB/22.63MiB(15.76MiB/s,0s)00:00:01████████████████▋16.44MiB/22.63MiB(15.72MiB/s,0s)00:00:01█████████████████▍17.12MiB/22.63MiB(15.68MiB/s,0s)00:00:01██████████████████17.80MiB/22.63MiB(15.64MiB/s,0s)00:00:01██████████████████▋18.42MiB/22.63MiB(15.60MiB/s,0s)00:00:01███████████████████▍19.10MiB/22.63MiB(15.56MiB/s,0s)00:00:01████████████████████19.75MiB/22.63MiB(15.52MiB/s,0s)00:00:01████████████████████▊20.43MiB/22.63MiB(15.48MiB/s,0s)00:00:01█████████████████████▏20.85MiB/22.63MiB(15.44MiB/s,0s)00:00:01█████████████████████▍21.06MiB/22.63MiB(15.39MiB/s,0s)00:00:01█████████████████████▋21.29MiB/22.63MiB(15.33MiB/s,0s)00:00:01██████████████████████21.65MiB/22.63MiB(15.26MiB/s,0s)00:00:01██████████████████████▏21.80MiB/22.63MiB(15.19MiB/s,0s)00:00:01██████████████████████▍22.05MiB/22.63MiB(15.12MiB/s,0s)00:00:01██████████████████████▊22.42MiB/22.63MiB(15.04MiB/s,0s)00:00:01██████████████████████▊22.48MiB/22.63MiB(14.86MiB/s,0s)00:00:01██████████████████████▊22.49MiB/22.63MiB(14.73MiB/s,0s)00:00:01██████████████████████▊22.50MiB/22.63MiB(14.60MiB/s,0s)00:00:02██████████████████████▊22.51MiB/22.63MiB(14.49MiB/s,0s)00:00:02██████████████████████▉22.51MiB/22.63MiB(14.49MiB/s,0s)fnmufnmusnnonodnode- \ No newline at end of file diff --git a/package.json b/package.json index af6fc9ab7..6137b219a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fnm", - "version": "1.35.1", + "version": "1.36.0", "private": true, "repository": "git@github.com:Schniz/fnm.git", "author": "Gal Schlezinger ",