Skip to content

Commit 078cff8

Browse files
authored
TWiN 328 (#2090)
1 parent a0b92b6 commit 078cff8

File tree

1 file changed

+101
-0
lines changed

1 file changed

+101
-0
lines changed

blog/2025-12-05-twin0328.md

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
---
2+
title: 'This week in Nushell #328'
3+
author: The Nu Authors
4+
author_site: https://nushell.sh
5+
author_image: https://www.nushell.sh/blog/images/nu_logo.png
6+
excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-12-04'
7+
---
8+
9+
# This Week in Nushell #328
10+
11+
Published Sunday, 2025-12-07, including PRs merged Friday, 2025-11-28 through Thursday, 2025-12-04.
12+
13+
## Nushell
14+
15+
- @blackhat-hemsworth:
16+
17+
- [fixed parsing issue with multiarm match + guard (#17115)](https://github.com/nushell/nushell/pull/17115)
18+
- [fixed handling of ranges with respect to parentheses (#17109)](https://github.com/nushell/nushell/pull/17109)
19+
- [fixed issue with alias "missing required flag" on create (#17106)](https://github.com/nushell/nushell/pull/17106)
20+
- [deduplicated types in type_check process to improve error message (#17075)](https://github.com/nushell/nushell/pull/17075)
21+
22+
- @migraine-user:
23+
24+
- [fixed typo in docs for `each` (#17110)](https://github.com/nushell/nushell/pull/17110)
25+
26+
- @app/dependabot:
27+
28+
- [bumped crate-ci/typos from 1.39.2 to 1.40.0 (#17108)](https://github.com/nushell/nushell/pull/17108)
29+
- [bumped schemars from 1.0.4 to 1.1.0 (#17078)](https://github.com/nushell/nushell/pull/17078)
30+
- [bumped actions/checkout from 5 to 6 (#17076)](https://github.com/nushell/nushell/pull/17076)
31+
32+
- @cptpiepmatz:
33+
34+
- [bumped version to 0.109.2 (#17107)](https://github.com/nushell/nushell/pull/17107)
35+
36+
- @KaiSforza:
37+
38+
- [added backticks to readmes (#17101)](https://github.com/nushell/nushell/pull/17101)
39+
- [fixed env.rs tests (#17085)](https://github.com/nushell/nushell/pull/17085)
40+
- [improved std/help with colors, proper examples, and fixed output (#17010)](https://github.com/nushell/nushell/pull/17010)
41+
42+
- @yanek:
43+
44+
- [added `short` error_style (#17097)](https://github.com/nushell/nushell/pull/17097)
45+
46+
- @hustcer:
47+
48+
- [attempted to fix winget automatic validation error (#17096)](https://github.com/nushell/nushell/pull/17096)
49+
- [fixed use constants in bare-word-strings with source error (#17094)](https://github.com/nushell/nushell/pull/17094)
50+
- [bumped to dev version 0.109.1 (#17093)](https://github.com/nushell/nushell/pull/17093)
51+
- [fixed http get panic (#17092)](https://github.com/nushell/nushell/pull/17092)
52+
- [bumped version to 0.109.0 (#17082)](https://github.com/nushell/nushell/pull/17082)
53+
54+
- @kaathewisegit:
55+
56+
- [fixed overflow errors in duration integer multiplication (#17063)](https://github.com/nushell/nushell/pull/17063)
57+
58+
- @ysthakur:
59+
60+
- [fixed custom completer spans relative to command expr (#17060)](https://github.com/nushell/nushell/pull/17060)
61+
62+
- @Dorumin:
63+
- [added --tag on job flush (#17056)](https://github.com/nushell/nushell/pull/17056)
64+
65+
## Nu_Scripts
66+
67+
- @orthonormalremy:
68+
- [added support for module completions in just-completions (#1187)](https://github.com/nushell/nu_scripts/pull/1187)
69+
70+
## Documentation
71+
72+
- @samoylovfp:
73+
74+
- [added 'chunks' subcommand to binary common commands (#2089)](https://github.com/nushell/nushell.github.io/pull/2089)
75+
76+
- @cptpiepmatz:
77+
78+
- [added release notes for `v0.109.1` (#2088)](https://github.com/nushell/nushell.github.io/pull/2088)
79+
- [added release notes for `v0.109.0` (#2084)](https://github.com/nushell/nushell.github.io/pull/2084)
80+
81+
- @app/dependabot:
82+
83+
- [bumped mdast-util-to-hast from 13.2.0 to 13.2.1 (#2087)](https://github.com/nushell/nushell.github.io/pull/2087)
84+
85+
- @Kissaki:
86+
87+
- [improved v0.109.0 Release Notes (#2086)](https://github.com/nushell/nushell.github.io/pull/2086)
88+
89+
- @NotTheDr01ds:
90+
91+
- [published TWiN 327 (#2085)](https://github.com/nushell/nushell.github.io/pull/2085)
92+
- [updated Cookbook direnv instructions for new std helper (#1878)](https://github.com/nushell/nushell.github.io/pull/1878)
93+
94+
- @hustcer:
95+
- [refreshed Nu command docs for v0.109.0 (#2077)](https://github.com/nushell/nushell.github.io/pull/2077)
96+
97+
## reedline
98+
99+
- @cptpiepmatz:
100+
- [bumped `crossbeam-channel` (#981)](https://github.com/nushell/reedline/pull/981)
101+
- [bumped to 0.44.0 (#980)](https://github.com/nushell/reedline/pull/980)

0 commit comments

Comments
 (0)