Browse Source

fnm v1.22.6

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

12
CHANGELOG.md

@ -1,4 +1,14 @@ @@ -1,4 +1,14 @@
## 1.22.5 (2020-10-29)
## 1.22.6 (2020-11-04)
#### Bugfix 🐛
- [#317](https://github.com/Schniz/fnm/pull/317) Bring back --using-file flag with a deprecation warning. ([@bjornua](https://github.com/bjornua))
#### Committers: 1
- Bjørn Arnholtz ([@bjornua](https://github.com/bjornua))
## v1.22.5 (2020-10-29)
#### Bugfix 🐛

2
Cargo.lock generated

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

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.22.5"
version = "1.22.6"
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: 29 KiB

Loading…
Cancel
Save