Skip to content

Commit d2555b4

Browse files
Version Packages (#1444)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d3747af commit d2555b4

10 files changed

Lines changed: 20 additions & 29 deletions

.changeset/bright-buckets-yell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/grumpy-dingos-turn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-mayflies-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tasty-trainers-press.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twelve-badgers-happen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
## 1.31.0 (2022-02-16)
22

3+
## 1.39.0
4+
5+
### Minor Changes
6+
7+
- [#1516](https://github.com/Schniz/fnm/pull/1516) [`10c68cb`](https://github.com/Schniz/fnm/commit/10c68cb6630be811799afdccf212a399e08bef99) Thanks [@Schniz](https://github.com/Schniz)! - Reduce shell startup overhead for `env --use-on-cd` by applying the initial version during `fnm env`, instead of requiring an immediate extra `fnm use` subprocess from shell hook output.
8+
9+
- [#1435](https://github.com/Schniz/fnm/pull/1435) [`1ebc90d`](https://github.com/Schniz/fnm/commit/1ebc90decf58c2176dcbd4f8ac00ecb3adb1de12) Thanks [@SunsetTechuila](https://github.com/SunsetTechuila)! - add `use` flag to the `install` command
10+
11+
### Patch Changes
12+
13+
- [#1268](https://github.com/Schniz/fnm/pull/1268) [`ddab191`](https://github.com/Schniz/fnm/commit/ddab1911dc33a24aeec9d2b8139df1916c518d64) Thanks [@isaacl](https://github.com/isaacl)! - Make `fnm default` with no trailing positional argument to return the default version
14+
15+
- [#1517](https://github.com/Schniz/fnm/pull/1517) [`d3747af`](https://github.com/Schniz/fnm/commit/d3747affd604223c752171c14944bd5773096b09) Thanks [@Schniz](https://github.com/Schniz)! - Improve `--use-on-cd` shell hook robustness by de-duplicating the zsh hook on re-source and fixing Windows CMD hook behavior for paths with spaces and drive changes.
16+
17+
- [#1441](https://github.com/Schniz/fnm/pull/1441) [`bc4d19a`](https://github.com/Schniz/fnm/commit/bc4d19a481c11b4182f51683f03a8d366f1208d2) Thanks [@Schniz](https://github.com/Schniz)! - bump Rust toolchain to 1.88
18+
319
## 1.38.1
420

521
### Patch Changes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fnm"
3-
version = "1.38.1"
3+
version = "1.39.0"
44
authors = ["Gal Schlezinger <gal@spitfire.co.il>"]
55
edition = "2021"
66
build = "build.rs"

docs/fnm.svg

Lines changed: 1 addition & 1 deletion
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fnm",
3-
"version": "1.38.1",
3+
"version": "1.39.0",
44
"private": true,
55
"repository": "git@github.com:Schniz/fnm.git",
66
"author": "Gal Schlezinger <gal@spitfire.co.il>",

0 commit comments

Comments
 (0)