Browse Source

fnm v1.22.7

remotes/origin/add-with-shims v1.22.7
Gal Schlezinger 4 years ago
parent
commit
bb49d5368d
No known key found for this signature in database
GPG Key ID: 48841F4E54E9772D
  1. 19
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml
  4. 2
      docs/fnm.svg

19
CHANGELOG.md

@ -1,4 +1,21 @@ @@ -1,4 +1,21 @@
## 1.22.6 (2020-11-04)
## 1.22.7 (2020-11-09)
#### New Feature 🎉
- [#315](https://github.com/Schniz/fnm/pull/315) Add `list` alias for `ls` ([@probablykasper](https://github.com/probablykasper))
#### Bugfix 🐛
- [#326](https://github.com/Schniz/fnm/pull/326) Make config arguments globally available on all commands ([@Schniz](https://github.com/Schniz))
- [#323](https://github.com/Schniz/fnm/pull/323) Escape `cd` calls in Bash's use-on-cd ([@Schniz](https://github.com/Schniz))
- [#322](https://github.com/Schniz/fnm/pull/322) Run `fnm use` on shell initialization in Bash ([@Schniz](https://github.com/Schniz))
#### Committers: 2
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
- Kasper ([@probablykasper](https://github.com/probablykasper))
## v1.22.6 (2020-11-04)
#### Bugfix 🐛

2
Cargo.lock generated

@ -503,7 +503,7 @@ dependencies = [ @@ -503,7 +503,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.22.6"
version = "1.22.7"
dependencies = [
"atty",
"chrono",

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.22.6"
version = "1.22.7"
authors = ["Gal Schlezinger <gal@spitfire.co.il>"]
edition = "2018"
build = "build.rs"

2
docs/fnm.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Loading…
Cancel
Save