Browse Source

fnm v1.22.5

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

17
CHANGELOG.md

@ -1,4 +1,19 @@ @@ -1,4 +1,19 @@
## 1.22.4 (2020-10-28)
## 1.22.5 (2020-10-29)
#### Bugfix 🐛
- [#310](https://github.com/Schniz/fnm/pull/310) Better error handling in symlink replacement ([@Schniz](https://github.com/Schniz))
#### Documentation 📝
- [#307](https://github.com/Schniz/fnm/pull/307) Refer to homebrew/core formula instead of custom tap ([@jameschensmith](https://github.com/jameschensmith))
#### Committers: 2
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
- James Chen-Smith ([@jameschensmith](https://github.com/jameschensmith))
## v1.22.4 (2020-10-28)
#### New Feature 🎉

2
Cargo.lock generated

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

2
Cargo.toml

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