Skip to content

Commit c6ded79

Browse files
committed
add content about revert
1 parent c39d697 commit c6ded79

File tree

1 file changed

+14
-25
lines changed

1 file changed

+14
-25
lines changed

blog/2025-06-10-nushell_0_105_1.md

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,12 @@ title: Nushell 0.105.1
33
author: The Nu Authors
44
author_site: https://www.nushell.sh/blog
55
author_image: https://www.nushell.sh/blog/images/nu_logo.png
6-
excerpt: Today, we're releasing version 0.105.1 of Nu. This release adds...
6+
excerpt: Today, we're releasing version 0.105.1 of Nu. This release adds a fix to make `cargo install nu` possible again.
77
---
88

9-
<!-- TODO: complete the excerpt above -->
10-
11-
<!-- NOTE: start from the TODO all the way at the bottom (and sort of work your way up) -->
12-
139
# Nushell 0.105.1
1410

15-
<!-- TODO: write this excerpt -->
16-
17-
Today, we're releasing version 0.105.1 of Nu. This release adds...
11+
Today, we're releasing version 0.105.1 of Nu. This release adds a fix to make `cargo install nu` possible again.
1812

1913
# Where to get it
2014

@@ -42,30 +36,25 @@ As part of this release, we also publish a set of optional [plugins](https://www
4236
for the list of available *containers*
4337
-->
4438

45-
# Changes
46-
47-
## Additions
48-
49-
## Breaking changes
39+
## Reverted `coreutils` to fix `cargo install`
5040

51-
## Deprecations
41+
Bumping `coreutils` to 0.1.0 broke `cargo install nu`.
42+
The new version requires the `PROJECT_NAME_FOR_VERSION_STRING` environment variable at build time, which we had set in our `.cargo/config.toml`.
5243

53-
## Removals
44+
Unfortunately, `cargo publish` does **not** ignore that file, which is considered [a bug in Cargo](https://github.com/rust-lang/cargo/issues/14001).
45+
As a result, we published a version that couldn't be installed without setting that env var manually.
5446

55-
## Bug fixes and other changes
47+
[The `coreutils` team is running into this too](https://github.com/uutils/coreutils/issues/7992).
5648

57-
# Notes for plugin developers
58-
59-
# Hall of fame
60-
61-
Thanks to all the contributors below for helping us solve issues, improve documentation, refactor code, and more! :pray:
62-
63-
| author | title | link |
64-
| ------------------------------------ | ----- | ------------------------------------------------------- |
65-
| [@author](https://github.com/author) | ... | [#12345](https://github.com/nushell/nushell/pull/12345) |
49+
For now, we've reverted [#15896](https://github.com/nushell/nushell/pull/15896) in [#15932](https://github.com/nushell/nushell/pull/15932).
50+
We'll bump `coreutils` again once they’ve sorted out a fix.
6651

6752
# Full changelog
6853

54+
|author|title|link|
55+
|-|-|-|
56+
|[@cptpiepmatz](https://github.com/cptpiepmatz)|Revert "update nushell to use coreutils v0.1.0 crates (#15896)"|[#15932](https://github.com/nushell/nushell/pull/15932)|
57+
6958
<!-- TODO:
7059
- `use nu_scripts/make_release/release-note/notes.nu *`
7160
- run `list-prs --milestone v0.105.1 | pr-table`

0 commit comments

Comments
 (0)