Browse Source

Version Packages (#1136)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
remotes/origin/fix-insecure-world-writable-dir v1.37.0
github-actions[bot] 9 months ago committed by GitHub
parent
commit
8ce01e302b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .changeset/cold-drinks-camp.md
  2. 5
      .changeset/good-squids-bathe.md
  3. 5
      .changeset/modern-wombats-reply.md
  4. 12
      CHANGELOG.md
  5. 2
      Cargo.lock
  6. 2
      Cargo.toml
  7. 2
      docs/fnm.svg
  8. 2
      package.json

5
.changeset/cold-drinks-camp.md

@ -1,5 +0,0 @@
---
"fnm": minor
---
use XDG conventions in MacOS directories by default

5
.changeset/good-squids-bathe.md

@ -1,5 +0,0 @@
---
"fnm": patch
---
fix ordering in ls-remote

5
.changeset/modern-wombats-reply.md

@ -1,5 +0,0 @@
---
"fnm": patch
---
upgrade all dependencies & maintain lockfile

12
CHANGELOG.md

@ -1,5 +1,17 @@
## 1.31.0 (2022-02-16) ## 1.31.0 (2022-02-16)
## 1.37.0
### Minor Changes
- [#1143](https://github.com/Schniz/fnm/pull/1143) [`f76a001`](https://github.com/Schniz/fnm/commit/f76a0011f7a613bb818e47acd224b7de48c5a81f) Thanks [@Schniz](https://github.com/Schniz)! - use XDG conventions in MacOS directories by default
### Patch Changes
- [#1148](https://github.com/Schniz/fnm/pull/1148) [`0b530cc`](https://github.com/Schniz/fnm/commit/0b530cc257e33e9801804b73ed831a1f28489b57) Thanks [@Schniz](https://github.com/Schniz)! - fix ordering in ls-remote
- [#1133](https://github.com/Schniz/fnm/pull/1133) [`a1afe84`](https://github.com/Schniz/fnm/commit/a1afe8436afb29960b71e14e221441398f6a48ca) Thanks [@Schniz](https://github.com/Schniz)! - upgrade all dependencies & maintain lockfile
## 1.36.0 ## 1.36.0
### Minor Changes ### Minor Changes

2
Cargo.lock generated

@ -659,7 +659,7 @@ dependencies = [
[[package]] [[package]]
name = "fnm" name = "fnm"
version = "1.36.0" version = "1.37.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",

2
Cargo.toml

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

2
docs/fnm.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

2
package.json

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

Loading…
Cancel
Save