Browse Source

v1.22.9

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

23
CHANGELOG.md

@ -1,4 +1,25 @@ @@ -1,4 +1,25 @@
## 1.22.8 (2020-11-10)
## 1.22.9 (2021-01-21)
#### Bugfix 🐛
- [#368](https://github.com/Schniz/fnm/pull/368) Update 'ring' to '0.16.17' ([@gucheen](https://github.com/gucheen))
- [#347](https://github.com/Schniz/fnm/pull/347) Check if \$ZDOTDIR exists to find correct path to .zshrc ([@thales-maciel](https://github.com/thales-maciel))
#### Documentation 📝
- [#341](https://github.com/Schniz/fnm/pull/341) Update installation instructions ([@Schniz](https://github.com/Schniz))
- [#329](https://github.com/Schniz/fnm/pull/329) Add scoop support ([@Armaldio](https://github.com/Armaldio))
- [#334](https://github.com/Schniz/fnm/pull/334) Add installation instructions from cargo ([@zhmushan](https://github.com/zhmushan))
#### Committers: 5
- Cheng Gu ([@gucheen](https://github.com/gucheen))
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
- Quentin Goinaud ([@Armaldio](https://github.com/Armaldio))
- Thales Maciel ([@thales-maciel](https://github.com/thales-maciel))
- 木杉 ([@zhmushan](https://github.com/zhmushan))
## v1.22.8 (2020-11-10)
#### Documentation 📝

2
Cargo.lock generated

@ -520,7 +520,7 @@ dependencies = [ @@ -520,7 +520,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.22.8"
version = "1.22.9"
dependencies = [
"atty",
"chrono",

2
Cargo.toml

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