From a810248e48f250b81e26c9f3fe7d240c5c650eb6 Mon Sep 17 00:00:00 2001 From: Gal Schlezinger Date: Mon, 17 May 2021 10:29:06 +0300 Subject: [PATCH] v1.25.0 --- CHANGELOG.md | 25 ++++++++++++++++++++----- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/commands.md | 24 ++++++++++++------------ docs/fnm.svg | 2 +- 5 files changed, 35 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ba10b..c65577f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ -## 1.24.0 (2021-04-02) +## 1.25.0 (2021-05-17) + +#### New Feature 🎉 + +- [#436](https://github.com/Schniz/fnm/pull/436) feat: use arm for aarch64-darwin-node@16 platforms ([@pckilgore](https://github.com/pckilgore)) + +#### Documentation 📝 + +- [#432](https://github.com/Schniz/fnm/pull/432) Auto-generate command documentation markdown ([@Schniz](https://github.com/Schniz)) + +#### Committers: 2 + +- Gal Schlezinger ([@Schniz](https://github.com/Schniz)) +- Patrick Kilgore ([@pckilgore](https://github.com/pckilgore)) + +## v1.24.0 (2021-04-02) #### New Feature 🎉 @@ -61,7 +76,7 @@ #### Documentation 📝 -- [#397](https://github.com/Schniz/fnm/pull/397) Fix minor typos ([@keirog](https://github.com/keirog)) +- [#397](https://github.com/Schniz/fnm/pull/397) Fix minor typos ([@leafrogers](https://github.com/leafrogers)) - [#385](https://github.com/Schniz/fnm/pull/385) README: add symlink support on Windows ([@scadu](https://github.com/scadu)) - [#377](https://github.com/Schniz/fnm/pull/377) Improvements to the README ([@waldyrious](https://github.com/waldyrious)) @@ -69,7 +84,7 @@ - Gal Schlezinger ([@Schniz](https://github.com/Schniz)) - Kaio Duarte ([@kaioduarte](https://github.com/kaioduarte)) -- Leaf Rogers ([@keirog](https://github.com/keirog)) +- Leaf Rogers ([@leafrogers](https://github.com/leafrogers)) - Waldir Pimenta ([@waldyrious](https://github.com/waldyrious)) - Łukasz Jendrysik ([@scadu](https://github.com/scadu)) @@ -547,7 +562,7 @@ #### Bugfix 🐛 -- [#83](https://github.com/Schniz/fnm/pull/83) fix: remove unmatched quote written in the fish config file ([@ThomasMarcel](https://github.com/ThomasMarcel)) +- [#83](https://github.com/Schniz/fnm/pull/83) fix: remove unmatched quote written in the fish config file ([@thomasmarcel](https://github.com/thomasmarcel)) #### Internal 🛠 @@ -556,7 +571,7 @@ #### Committers: 2 - Gal Schlezinger ([@Schniz](https://github.com/Schniz)) -- Thomas Alcala Schneider ([@ThomasMarcel](https://github.com/ThomasMarcel)) +- Thomas Alcala Schneider ([@thomasmarcel](https://github.com/thomasmarcel)) ## v1.7.2 (2019-03-07) diff --git a/Cargo.lock b/Cargo.lock index e5cf039..0121498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -484,7 +484,7 @@ dependencies = [ [[package]] name = "fnm" -version = "1.24.0" +version = "1.25.0" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index b7f7824..ef2ec12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fnm" -version = "1.24.0" +version = "1.25.0" authors = ["Gal Schlezinger "] edition = "2018" build = "build.rs" diff --git a/docs/commands.md b/docs/commands.md index edcc00d..402c1e4 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -1,7 +1,7 @@ # `fnm` ``` -fnm 1.24.0 +fnm 1.25.0 A fast and simple Node.js manager USAGE: @@ -47,7 +47,7 @@ SUBCOMMANDS: # `fnm alias` ``` -fnm-alias 1.24.0 +fnm-alias 1.25.0 Alias a version to a common name USAGE: @@ -75,7 +75,7 @@ ARGS: # `fnm completions` ``` -fnm-completions 1.24.0 +fnm-completions 1.25.0 Print shell completions to stdout USAGE: @@ -102,7 +102,7 @@ OPTIONS: # `fnm current` ``` -fnm-current 1.24.0 +fnm-current 1.25.0 Print the current Node.js version USAGE: @@ -126,7 +126,7 @@ OPTIONS: # `fnm default` ``` -fnm-default 1.24.0 +fnm-default 1.25.0 Set a version as the default version This is a shorthand for `fnm alias VERSION default` @@ -165,7 +165,7 @@ ARGS: # `fnm env` ``` -fnm-env 1.24.0 +fnm-env 1.25.0 Print and set up required environment variables for fnm This command generates a series of shell commands that should be evaluated by your shell to create a fnm-ready @@ -209,7 +209,7 @@ OPTIONS: # `fnm exec` ``` -fnm-exec 1.24.0 +fnm-exec 1.25.0 Run a command within fnm context Example: @@ -260,7 +260,7 @@ ARGS: # `fnm install` ``` -fnm-install 1.24.0 +fnm-install 1.25.0 Install a new Node.js version USAGE: @@ -288,7 +288,7 @@ ARGS: # `fnm list` ``` -fnm-list 1.24.0 +fnm-list 1.25.0 List all locally installed Node.js versions USAGE: @@ -312,7 +312,7 @@ OPTIONS: # `fnm list` ``` -fnm-list 1.24.0 +fnm-list 1.25.0 List all locally installed Node.js versions USAGE: @@ -336,7 +336,7 @@ OPTIONS: # `fnm uninstall` ``` -fnm-uninstall 1.24.0 +fnm-uninstall 1.25.0 Uninstall a Node.js version > Warning: when providing an alias, it will remove the Node version the alias is pointing to, along with the other @@ -376,7 +376,7 @@ ARGS: # `fnm use` ``` -fnm-use 1.24.0 +fnm-use 1.25.0 Change Node.js version USAGE: diff --git a/docs/fnm.svg b/docs/fnm.svg index 473d0e1..977d92a 100644 --- a/docs/fnm.svg +++ b/docs/fnm.svg @@ -1 +1 @@ -evaleval"$(fnmeval"$(fnmenv)"ffnfnmfnm--versionfnm1.24.0catcat.node-version14.16.0fnminstallInstallingNodev14.16.0fnmuseUsingNodev14.16.0nodenode-vv14.16.0eevevaeval"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 +eval"$(fnmenv)"ffnfnmfnm--versionfnm1.25.0catcat.node-version14.17.0fnminstallInstallingNodev14.17.0(x64)fnmuseUsingNodev14.17.0nodenode-vv14.17.0eevevaevaleval"eval"$eval"$(eval"$(feval"$(fneval"$(fnmeval"$(fnmeeval"$(fnmeneval"$(fnmenveval"$(fnmenv)fnm--fnm--vfnm--vefnm--verfnm--versfnm--versioccacat.cat.ncat.nocat.nodcat.nodecat.node-cat.node-vcat.node-vecat.node-vercat.node-verscat.node-versicat.node-versiofnmifnminfnminsfnminstfnminstafnminstalfnmusnnonodnode- \ No newline at end of file