Skip to content

Commit 6893bc5

Browse files
authored
Fix release blog post changelog title typos (#1904)
1 parent 2e97e21 commit 6893bc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/2025-04-29-nushell_0_104_0.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ We deprecated the `-s` and `-p` flags and planned to remove them in version 0.10
309309
| [@Mrfiregem](https://github.com/Mrfiregem) | Fix `path add` bug when given a record | [#15379](https://github.com/nushell/nushell/pull/15379) |
310310
| [@NotTheDr01ds](https://github.com/NotTheDr01ds) | Fixes `clip copy` stripping control characters when de-ansifying | [#15428](https://github.com/nushell/nushell/pull/15428) |
311311
| [@SkillFlame](https://github.com/SkillFlame) | Fix #14660: to md breaks on tables with empty values | [#15631](https://github.com/nushell/nushell/pull/15631) |
312-
| [@WindSoilder](https://github.com/WindSoilder) | IR: rasing reasonable error when using subexpression with `and` operator | [#15623](https://github.com/nushell/nushell/pull/15623) |
312+
| [@WindSoilder](https://github.com/WindSoilder) | IR: raising reasonable error when using subexpression with `and` operator | [#15623](https://github.com/nushell/nushell/pull/15623) |
313313
| [@WindSoilder](https://github.com/WindSoilder) | overlay use: keep PWD after activating the overlay thought file. | [#15566](https://github.com/nushell/nushell/pull/15566) |
314314
| [@ayax79](https://github.com/ayax79) | Fix output type of `polars schema` | [#15572](https://github.com/nushell/nushell/pull/15572) |
315315
| [@ayax79](https://github.com/ayax79) | fix cannot find issue when performing collect on an eager dataframe | [#15577](https://github.com/nushell/nushell/pull/15577) |
@@ -467,7 +467,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume
467467
| [@WindSoilder](https://github.com/WindSoilder) | Fix clippy | [#15489](https://github.com/nushell/nushell/pull/15489) |
468468
| [@WindSoilder](https://github.com/WindSoilder) | overlay use: keep PWD after activating the overlay thought file. | [#15566](https://github.com/nushell/nushell/pull/15566) |
469469
| [@WindSoilder](https://github.com/WindSoilder) | IR: allow subexpression with redirection. | [#15617](https://github.com/nushell/nushell/pull/15617) |
470-
| [@WindSoilder](https://github.com/WindSoilder) | IR: rasing reasonable error when using subexpression with `and` operator | [#15623](https://github.com/nushell/nushell/pull/15623) |
470+
| [@WindSoilder](https://github.com/WindSoilder) | IR: raising reasonable error when using subexpression with `and` operator | [#15623](https://github.com/nushell/nushell/pull/15623) |
471471
| [@app/dependabot](https://github.com/app/dependabot) | build(deps): bump mockito from 1.6.1 to 1.7.0 | [#15343](https://github.com/nushell/nushell/pull/15343) |
472472
| [@app/dependabot](https://github.com/app/dependabot) | build(deps): bump indexmap from 2.7.0 to 2.8.0 | [#15345](https://github.com/nushell/nushell/pull/15345) |
473473
| [@app/dependabot](https://github.com/app/dependabot) | build(deps): bump uuid from 1.12.0 to 1.16.0 | [#15346](https://github.com/nushell/nushell/pull/15346) |
@@ -524,7 +524,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume
524524
| [@fdncred](https://github.com/fdncred) | Revert "Fix #15394 for `table -e` wrapping issue" | [#15498](https://github.com/nushell/nushell/pull/15498) |
525525
| [@fdncred](https://github.com/fdncred) | fix `datetime-diff` so that it reports ms, us, ns as well | [#15537](https://github.com/nushell/nushell/pull/15537) |
526526
| [@fdncred](https://github.com/fdncred) | add `--raw-value` option to `debug` command | [#15581](https://github.com/nushell/nushell/pull/15581) |
527-
| [@fdncred](https://github.com/fdncred) | add more details to `decribe -d` | [#15591](https://github.com/nushell/nushell/pull/15591) |
527+
| [@fdncred](https://github.com/fdncred) | add more details to `describe -d` | [#15591](https://github.com/nushell/nushell/pull/15591) |
528528
| [@fdncred](https://github.com/fdncred) | bump reedline to 75f2c50 | [#15659](https://github.com/nushell/nushell/pull/15659) |
529529
| [@fennewald](https://github.com/fennewald) | Limit Allowed `serde_json` Versions to Match Usage | [#15504](https://github.com/nushell/nushell/pull/15504) |
530530
| [@g2p](https://github.com/g2p) | Upgrade calamine dependency to fix zip semver breakage | [#15657](https://github.com/nushell/nushell/pull/15657) |

0 commit comments

Comments
 (0)