Browse Source

fnm v1.22.1

remotes/origin/add-with-shims v1.22.1
Gal Schlezinger 4 years ago
parent
commit
55810b0151
  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.0 (2020-10-25)
## 1.22.1 (2020-10-25)
#### Internal 🛠
- [#279](https://github.com/Schniz/fnm/pull/279) Remove UPX binary compression for now ([@Schniz](https://github.com/Schniz))
#### Committers: 1
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
## v1.22.0 (2020-10-25)
#### Bugfix 🐛

2
Cargo.lock generated

@ -480,7 +480,7 @@ dependencies = [ @@ -480,7 +480,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.22.0"
version = "1.22.1"
dependencies = [
"atty",
"chrono",

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.22.0"
version = "1.22.1"
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: 28 KiB

Loading…
Cancel
Save