Browse Source

Version Packages (#1025)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
remotes/origin/list-filter v1.35.1
github-actions[bot] 2 years ago committed by GitHub
parent
commit
11ef0909e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .changeset/dull-bottles-try.md
  2. 6
      CHANGELOG.md
  3. 2
      Cargo.lock
  4. 2
      Cargo.toml
  5. 2
      docs/fnm.svg
  6. 2
      package.json

5
.changeset/dull-bottles-try.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": patch
---
fix: panic on `fnm completions`

6
CHANGELOG.md

@ -1,5 +1,11 @@ @@ -1,5 +1,11 @@
## 1.31.0 (2022-02-16)
## 1.35.1
### Patch Changes
- [#1010](https://github.com/Schniz/fnm/pull/1010) [`b185446`](https://github.com/Schniz/fnm/commit/b185446cfa08d4d6e2552db53937762a3c38d4db) Thanks [@quixoten](https://github.com/quixoten)! - fix: panic on `fnm completions`
## 1.35.0
### Minor Changes

2
Cargo.lock generated

@ -625,7 +625,7 @@ dependencies = [ @@ -625,7 +625,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.35.0"
version = "1.35.1"
dependencies = [
"anyhow",
"chrono",

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.35.0"
version = "1.35.1"
authors = ["Gal Schlezinger <gal@spitfire.co.il>"]
edition = "2021"
build = "build.rs"

2
docs/fnm.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "fnm",
"version": "1.35.0",
"version": "1.35.1",
"private": true,
"repository": "git@github.com:Schniz/fnm.git",
"author": "Gal Schlezinger <gal@spitfire.co.il>",

Loading…
Cancel
Save