Browse Source

fnm v1.23.2

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

14
CHANGELOG.md

@ -1,4 +1,16 @@ @@ -1,4 +1,16 @@
## 1.23.1 (2021-03-21)
## 1.23.2 (2021-03-24)
#### Bugfix 🐛
- [#413](https://github.com/Schniz/fnm/pull/413) Improve "version not found" error message ([@waldyrious](https://github.com/waldyrious))
- [#414](https://github.com/Schniz/fnm/pull/414) More meaningful error message when a subprocess is killed ([@Schniz](https://github.com/Schniz))
#### Committers: 2
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
- Waldir Pimenta ([@waldyrious](https://github.com/waldyrious))
## v1.23.1 (2021-03-21)
#### Bugfix 🐛

2
Cargo.lock generated

@ -530,7 +530,7 @@ dependencies = [ @@ -530,7 +530,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.23.1"
version = "1.23.2"
dependencies = [
"atty",
"chrono",

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.23.1"
version = "1.23.2"
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: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Loading…
Cancel
Save