Skip to content

Commit ba9f36b

Browse files
committed
Uncomment PRs doing version bumps
1 parent 8a1a9cd commit ba9f36b

File tree

1 file changed

+43
-25
lines changed

1 file changed

+43
-25
lines changed

blog/2024-12-24-nushell_0_101_0.md

Lines changed: 43 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ Thanks to all the contributors below for helping us solve issues, improve docume
9999
<!-- | [@NotTheDr01ds](https://github.com/NotTheDr01ds) | Always populate config record during startup | [#14435](https://github.com/nushell/nushell/pull/14435) | -->
100100
<!-- | [@NotTheDr01ds](https://github.com/NotTheDr01ds) | Remove long-unused `autoenv` tests | [#14436](https://github.com/nushell/nushell/pull/14436) | -->
101101
<!-- | [@NotTheDr01ds](https://github.com/NotTheDr01ds) | Add example for PROMPT_COMMAND_RIGHT | [#14439](https://github.com/nushell/nushell/pull/14439) | -->
102-
<!-- | [@NotTheDr01ds](https://github.com/NotTheDr01ds) | Bump reedline to current main | [#14455](https://github.com/nushell/nushell/pull/14455) | -->
102+
103+
| [@NotTheDr01ds](https://github.com/NotTheDr01ds) | Bump reedline to current main | [#14455](https://github.com/nushell/nushell/pull/14455) |
104+
103105
<!-- | [@NotTheDr01ds](https://github.com/NotTheDr01ds) | Update default-files README | [#14461](https://github.com/nushell/nushell/pull/14461) | -->
104106
<!-- | [@NotTheDr01ds](https://github.com/NotTheDr01ds) | Allow inherited environment variables | [#14467](https://github.com/nushell/nushell/pull/14467) | -->
105107
<!-- | [@NotTheDr01ds](https://github.com/NotTheDr01ds) | Only run `from_string` conversion on strings | [#14509](https://github.com/nushell/nushell/pull/14509) | -->
@@ -118,23 +120,27 @@ Thanks to all the contributors below for helping us solve issues, improve docume
118120
<!-- | [@WindSoilder](https://github.com/WindSoilder) | remove deprecated warnings | [#14386](https://github.com/nushell/nushell/pull/14386) | -->
119121
<!-- | [@WindSoilder](https://github.com/WindSoilder) | raise ParseError if assign to a non-variable or non-mutable-variable | [#14405](https://github.com/nushell/nushell/pull/14405) | -->
120122
<!-- | [@WindSoilder](https://github.com/WindSoilder) | du: add `-l/--long` flag, remove `-a/--all` flag | [#14407](https://github.com/nushell/nushell/pull/14407) | -->
121-
<!-- | [@WindSoilder](https://github.com/WindSoilder) | update miette to 7.3 | [#14454](https://github.com/nushell/nushell/pull/14454) | -->
122-
<!-- | [@WindSoilder](https://github.com/WindSoilder) | update unicode-width to 0.2 | [#14456](https://github.com/nushell/nushell/pull/14456) | -->
123-
<!-- | [@WindSoilder](https://github.com/WindSoilder) | run `cargo update` manually to update dependencies | [#14569](https://github.com/nushell/nushell/pull/14569) | -->
123+
124+
| [@WindSoilder](https://github.com/WindSoilder) | update miette to 7.3 | [#14454](https://github.com/nushell/nushell/pull/14454) |
125+
| [@WindSoilder](https://github.com/WindSoilder) | update unicode-width to 0.2 | [#14456](https://github.com/nushell/nushell/pull/14456) |
126+
| [@WindSoilder](https://github.com/WindSoilder) | run `cargo update` manually to update dependencies | [#14569](https://github.com/nushell/nushell/pull/14569) |
127+
124128
<!-- | [@alex-kattathra-johnson](https://github.com/alex-kattathra-johnson) | Shorten --max-time in tests and use a more stable error check | [#14494](https://github.com/nushell/nushell/pull/14494) | -->
125129
<!-- | [@amtoine](https://github.com/amtoine) | add `from ndnuon` and `to ndnuon` to stdlib | [#14334](https://github.com/nushell/nushell/pull/14334) | -->
126130
<!-- | [@amtoine](https://github.com/amtoine) | fix multiline strings in NDNUON | [#14519](https://github.com/nushell/nushell/pull/14519) | -->
127-
<!-- | [@app/dependabot](https://github.com/app/dependabot) | Bump terminal_size from 0.3.0 to 0.4.0 | [#14393](https://github.com/nushell/nushell/pull/14393) | -->
128-
<!-- | [@app/dependabot](https://github.com/app/dependabot) | Bump thiserror from 1.0.69 to 2.0.3 | [#14394](https://github.com/nushell/nushell/pull/14394) | -->
129-
<!-- | [@app/dependabot](https://github.com/app/dependabot) | Bump shadow-rs from 0.35.2 to 0.36.0 | [#14396](https://github.com/nushell/nushell/pull/14396) | -->
130-
<!-- | [@app/dependabot](https://github.com/app/dependabot) | Bump crate-ci/typos from 1.27.3 to 1.28.1 | [#14447](https://github.com/nushell/nushell/pull/14447) | -->
131-
<!-- | [@app/dependabot](https://github.com/app/dependabot) | Bump crate-ci/typos from 1.28.1 to 1.28.2 | [#14503](https://github.com/nushell/nushell/pull/14503) | -->
132-
<!-- | [@app/dependabot](https://github.com/app/dependabot) | Bump indexmap from 2.6.0 to 2.7.0 | [#14505](https://github.com/nushell/nushell/pull/14505) | -->
133-
<!-- | [@app/dependabot](https://github.com/app/dependabot) | Bump multipart-rs from 0.1.11 to 0.1.13 | [#14506](https://github.com/nushell/nushell/pull/14506) | -->
134-
<!-- | [@app/dependabot](https://github.com/app/dependabot) | Bump ureq from 2.10.1 to 2.12.0 | [#14507](https://github.com/nushell/nushell/pull/14507) | -->
135-
<!-- | [@app/dependabot](https://github.com/app/dependabot) | Bump bytes from 1.8.0 to 1.9.0 | [#14508](https://github.com/nushell/nushell/pull/14508) | -->
136-
<!-- | [@app/dependabot](https://github.com/app/dependabot) | Bump scraper from 0.21.0 to 0.22.0 | [#14557](https://github.com/nushell/nushell/pull/14557) | -->
137-
<!-- | [@ayax79](https://github.com/ayax79) | Upgrading to polars 0.44 | [#14478](https://github.com/nushell/nushell/pull/14478) | -->
131+
132+
| [@app/dependabot](https://github.com/app/dependabot) | Bump terminal_size from 0.3.0 to 0.4.0 | [#14393](https://github.com/nushell/nushell/pull/14393) | -->
133+
| [@app/dependabot](https://github.com/app/dependabot) | Bump thiserror from 1.0.69 to 2.0.3 | [#14394](https://github.com/nushell/nushell/pull/14394) |
134+
| [@app/dependabot](https://github.com/app/dependabot) | Bump shadow-rs from 0.35.2 to 0.36.0 | [#14396](https://github.com/nushell/nushell/pull/14396) |
135+
| [@app/dependabot](https://github.com/app/dependabot) | Bump crate-ci/typos from 1.27.3 to 1.28.1 | [#14447](https://github.com/nushell/nushell/pull/14447) |
136+
| [@app/dependabot](https://github.com/app/dependabot) | Bump crate-ci/typos from 1.28.1 to 1.28.2 | [#14503](https://github.com/nushell/nushell/pull/14503) |
137+
| [@app/dependabot](https://github.com/app/dependabot) | Bump indexmap from 2.6.0 to 2.7.0 | [#14505](https://github.com/nushell/nushell/pull/14505) |
138+
| [@app/dependabot](https://github.com/app/dependabot) | Bump multipart-rs from 0.1.11 to 0.1.13 | [#14506](https://github.com/nushell/nushell/pull/14506) |
139+
| [@app/dependabot](https://github.com/app/dependabot) | Bump ureq from 2.10.1 to 2.12.0 | [#14507](https://github.com/nushell/nushell/pull/14507) |
140+
| [@app/dependabot](https://github.com/app/dependabot) | Bump bytes from 1.8.0 to 1.9.0 | [#14508](https://github.com/nushell/nushell/pull/14508) |
141+
| [@app/dependabot](https://github.com/app/dependabot) | Bump scraper from 0.21.0 to 0.22.0 | [#14557](https://github.com/nushell/nushell/pull/14557) |
142+
| [@ayax79](https://github.com/ayax79) | Upgrading to polars 0.44 | [#14478](https://github.com/nushell/nushell/pull/14478) |
143+
138144
<!-- | [@ayax79](https://github.com/ayax79) | Convert Filesize to Int | [#14491](https://github.com/nushell/nushell/pull/14491) | -->
139145
<!-- | [@ayax79](https://github.com/ayax79) | Documentation and error handling around `polars with-column --name` | [#14527](https://github.com/nushell/nushell/pull/14527) | -->
140146
<!-- | [@ayax79](https://github.com/ayax79) | Improve handling of columns with null values | [#14588](https://github.com/nushell/nushell/pull/14588) | -->
@@ -144,31 +150,43 @@ Thanks to all the contributors below for helping us solve issues, improve docume
144150
<!-- | [@cptpiepmatz](https://github.com/cptpiepmatz) | Fix `table` command when targeting WASM | [#14530](https://github.com/nushell/nushell/pull/14530) | -->
145151
<!-- | [@cptpiepmatz](https://github.com/cptpiepmatz) | Expose "to html" command | [#14536](https://github.com/nushell/nushell/pull/14536) | -->
146152
<!-- | [@devyn](https://github.com/devyn) | Turn compile errors into fatal errors | [#14388](https://github.com/nushell/nushell/pull/14388) | -->
147-
<!-- | [@fdncred](https://github.com/fdncred) | update uutils crates | [#14371](https://github.com/nushell/nushell/pull/14371) | -->
153+
154+
| [@fdncred](https://github.com/fdncred) | update uutils crates | [#14371](https://github.com/nushell/nushell/pull/14371) |
155+
148156
<!-- | [@fdncred](https://github.com/fdncred) | allow ps1 files to be executed without pwsh/powershell -c file.ps1 | [#14379](https://github.com/nushell/nushell/pull/14379) | -->
149157
<!-- | [@fdncred](https://github.com/fdncred) | add function to make env vars case-insensitive | [#14390](https://github.com/nushell/nushell/pull/14390) | -->
150158
<!-- | [@fdncred](https://github.com/fdncred) | add new --flatten parameter to the ast command | [#14400](https://github.com/nushell/nushell/pull/14400) | -->
151159
<!-- | [@fdncred](https://github.com/fdncred) | remove `terminal_size` crate everywhere it makes sense | [#14423](https://github.com/nushell/nushell/pull/14423) | -->
152-
<!-- | [@fdncred](https://github.com/fdncred) | update rust toolchain to rust 1.81.0 | [#14473](https://github.com/nushell/nushell/pull/14473) | -->
160+
161+
| [@fdncred](https://github.com/fdncred) | update rust toolchain to rust 1.81.0 | [#14473](https://github.com/nushell/nushell/pull/14473) |
162+
153163
<!-- | [@fdncred](https://github.com/fdncred) | Add environment variables for sourced files | [#14486](https://github.com/nushell/nushell/pull/14486) | -->
154164
<!-- | [@fdncred](https://github.com/fdncred) | allow `select` to stream more | [#14492](https://github.com/nushell/nushell/pull/14492) | -->
155165
<!-- | [@fdncred](https://github.com/fdncred) | add file column to `scope modules` output | [#14524](https://github.com/nushell/nushell/pull/14524) | -->
156-
<!-- | [@fdncred](https://github.com/fdncred) | update to reedline 9eb3c2d | [#14541](https://github.com/nushell/nushell/pull/14541) | -->
157-
<!-- | [@fdncred](https://github.com/fdncred) | Revert "For `#` to start a comment, then it either need to be the first chara…" | [#14560](https://github.com/nushell/nushell/pull/14560) | -->
166+
167+
| [@fdncred](https://github.com/fdncred) | update to reedline 9eb3c2d | [#14541](https://github.com/nushell/nushell/pull/14541) |
168+
| [@fdncred](https://github.com/fdncred) | Revert "For `#` to start a comment, then it either need to be the first chara…" | [#14560](https://github.com/nushell/nushell/pull/14560) |
169+
158170
<!-- | [@fdncred](https://github.com/fdncred) | fix 64-bit hex number parsing | [#14571](https://github.com/nushell/nushell/pull/14571) | -->
159-
<!-- | [@fdncred](https://github.com/fdncred) | Revert "fix: make exec command decrement SHLVL correctly" | [#14580](https://github.com/nushell/nushell/pull/14580) | -->
171+
172+
| [@fdncred](https://github.com/fdncred) | Revert "fix: make exec command decrement SHLVL correctly" | [#14580](https://github.com/nushell/nushell/pull/14580) |
173+
160174
<!-- | [@fdncred](https://github.com/fdncred) | tweak polars join for better cross joins | [#14586](https://github.com/nushell/nushell/pull/14586) | -->
161175
<!-- | [@maxim-uvarov](https://github.com/maxim-uvarov) | rewrite error message to not use the word `function` | [#14533](https://github.com/nushell/nushell/pull/14533) | -->
162-
<!-- | [@michel-slm](https://github.com/michel-slm) | Bump quick-xml to 0.37.0 | [#14354](https://github.com/nushell/nushell/pull/14354) | -->
163-
<!-- | [@michel-slm](https://github.com/michel-slm) | Bump titlecase dependency | [#14502](https://github.com/nushell/nushell/pull/14502) | -->
164-
<!-- | [@musicinmybrain](https://github.com/musicinmybrain) | Update procfs and which dependencies to their latest releases | [#14489](https://github.com/nushell/nushell/pull/14489) | -->
165-
<!-- | [@musicinmybrain](https://github.com/musicinmybrain) | Update roxmltree from 0.19 to 0.20, the latest version | [#14513](https://github.com/nushell/nushell/pull/14513) | -->
176+
177+
| [@michel-slm](https://github.com/michel-slm) | Bump quick-xml to 0.37.0 | [#14354](https://github.com/nushell/nushell/pull/14354) |
178+
| [@michel-slm](https://github.com/michel-slm) | Bump titlecase dependency | [#14502](https://github.com/nushell/nushell/pull/14502) |
179+
| [@musicinmybrain](https://github.com/musicinmybrain) | Update procfs and which dependencies to their latest releases | [#14489](https://github.com/nushell/nushell/pull/14489) |
180+
| [@musicinmybrain](https://github.com/musicinmybrain) | Update roxmltree from 0.19 to 0.20, the latest version | [#14513](https://github.com/nushell/nushell/pull/14513) |
181+
166182
<!-- | [@paulie4](https://github.com/paulie4) | `explore`: add more `less` key bindings and add `Transition::None` | [#14468](https://github.com/nushell/nushell/pull/14468) | -->
167183
<!-- | [@ratherforky](https://github.com/ratherforky) | Fix silent failure of parsing input output types | [#14510](https://github.com/nushell/nushell/pull/14510) | -->
168184
<!-- | [@rfaulhaber](https://github.com/rfaulhaber) | Add mac and IP address entries to `sys net` | [#14389](https://github.com/nushell/nushell/pull/14389) | -->
169185
<!-- | [@rikukiix](https://github.com/rikukiix) | Update SHLVL (only when interactive) on startup | [#14404](https://github.com/nushell/nushell/pull/14404) | -->
170186
<!-- | [@rikukiix](https://github.com/rikukiix) | fix: make exec command decrement SHLVL correctly | [#14570](https://github.com/nushell/nushell/pull/14570) | -->
171-
<!-- | [@schrieveslaach](https://github.com/schrieveslaach) | Bump Calamine | [#14403](https://github.com/nushell/nushell/pull/14403) | -->
187+
188+
| [@schrieveslaach](https://github.com/schrieveslaach) | Bump Calamine | [#14403](https://github.com/nushell/nushell/pull/14403) |
189+
172190
<!-- | [@sgvictorino](https://github.com/sgvictorino) | make command signature parsing more strict | [#14309](https://github.com/nushell/nushell/pull/14309) | -->
173191
<!-- | [@sgvictorino](https://github.com/sgvictorino) | normalize special characters in module names to allow variable access | [#14353](https://github.com/nushell/nushell/pull/14353) | -->
174192
<!-- | [@sgvictorino](https://github.com/sgvictorino) | return accurate type errors from blocks/expressions in type unions | [#14420](https://github.com/nushell/nushell/pull/14420) | -->

0 commit comments

Comments
 (0)