# Nushell changelog > A new type of shell, where pipelines carry structured data. - Vendor: Nushell - Category: Developer Tools - Official site: https://www.nushell.sh - Tracked by: What's New (https://whatsnew.fyi/product/nushell) - Harvested from: GitHub (nushell/nushell) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### 0.114.1 - Date: 2026-07-11 - Version: 0.114.1 - Original notes: https://github.com/nushell/nushell/releases/tag/0.114.1 - Permalink: https://whatsnew.fyi/product/nushell/releases/0.114.1 This is the 0.114.1 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2026-07-11-nushell_v0_114_1.html For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies This release was made possible by PR contributions from @Alb-O, @Bahex, @cptpiepmatz, @fdncred, @hexbinoct, @Juhan280 ### 0.114.0 - Date: 2026-07-05 - Version: 0.114.0 - Original notes: https://github.com/nushell/nushell/releases/tag/0.114.0 - Permalink: https://whatsnew.fyi/product/nushell/releases/0.114.0 This is the 0.114.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2026-07-04-nushell_v0_114_0.html For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies This release was made possible by PR contributions from @abdelkadouss, @Alb-O, @app/dependabot, @Ashif-107, @ayax79, @Bahex, @blindFS, @cacdu, @casedami, @cho-minsung, @cptpiepmatz, @dalisyron, @dmtrKovalenko, @Dorumin, @fdncred, @flying-sheep, @guluo2016, @hexbinoct, @Himanshu121865, @hustcer, @i-api, @ian-h-chamberlain, @jlcrochet, @Juhan280, @kronberger-droid, @kyyril, @leeewee, @LeonidasZhak, @madjar, @maximilize, @mkatychev, @Mrfiregem, @musicinmybrain, @pheenty, @pickx, @puneetdixit200, @sholderbach, @sjh9714, @stormasm, @stuartcarnie, @Tyarel8, @WindSoilder, @yertto, @zelshahawy, @zhiburt ### 0.113.1 - Date: 2026-05-30 - Version: 0.113.1 - Original notes: https://github.com/nushell/nushell/releases/tag/0.113.1 - Permalink: https://whatsnew.fyi/product/nushell/releases/0.113.1 This is the 0.113.1 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2026-05-30-nushell_v0_113_1.html For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies This release was made possible by PR contributions from @Bahex, @cptpiepmatz, @fdncred, @hustcer ### 0.113.0 - Date: 2026-05-24 - Version: 0.113.0 - Original notes: https://github.com/nushell/nushell/releases/tag/0.113.0 - Permalink: https://whatsnew.fyi/product/nushell/releases/0.113.0 This is the 0.113.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2026-05-23-nushell_v0_113_0.html For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies This release was made possible by PR contributions from @132ikl, @andrewgazelka, @app/dependabot, @ayax79, @Bahex, @blindFS, @casedami, @colinmparker, @cptpiepmatz, @develop7, @fdncred, @freepicheep, @galuszkak, @Juhan280, @kaathewisegit, @kiil, @kx0101, @m4siri, @Matthieu-LAURENT39, @Metbcy, @Mrfiregem, @nome, @OneProgGit, @orbisai0security, @pyz4, @quyentonndbs, @SunayKulkarni, @Tyarel8, @vip892766gma, @vvvu, @WindSoilder, @ymcx ### 0.112.2 - Date: 2026-04-15 - Version: 0.112.2 - Original notes: https://github.com/nushell/nushell/releases/tag/0.112.2 - Permalink: https://whatsnew.fyi/product/nushell/releases/0.112.2 This is the 0.112.2 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2026-04-15-nushell_v0_112_2.html For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies This release was made possible by PR contributions from @cptpiepmatz, @fdncred, @Juhan280 ### 0.112.1 - Date: 2026-04-11 - Version: 0.112.1 - Original notes: https://github.com/nushell/nushell/releases/tag/0.112.1 - Permalink: https://whatsnew.fyi/product/nushell/releases/0.112.1 - **added** — Add `--ide` flag to `nu` command for IDE integration support - **fixed** — Fix `group-by` command to properly handle null values in grouping - **fixed** — Fix `ls` command to correctly display hidden files on Windows - **changed** — Improve error messages for type mismatches in pipeline operations - **fixed** — Fix `path join` command to handle trailing slashes correctly - **changed** — Optimize performance of `select` command for large datasets - **fixed** — Fix `str replace` to handle regex patterns with special characters - **added** — Add support for Unicode normalization in string comparison operations - **fixed** — Fix module imports to correctly resolve relative paths in nested directories - **changed** — Update `format` command to support additional datetime format specifiers This is the 0.112.1 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2026-04-11-nushell_v0_112_1.html (We skipped release 0.112.0 due to issue when releasing to crates.io.) For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies This release was made possible by PR contributions from @0xRozier, @amaanq, @andrewgazelka, @app/, @app/dependabot, @ayax79, @Bahex, @Benjas333, @blackhat-hemsworth, @blindFS, @Bortlesboat, @ChrisDenton, @CloveSVG, @cmtm, @coravacav, @cosineblast, @cptpiepmatz, @Dexterity104, @dxrcy, @fdncred, @galuszkak, @guluo2016, @hustcer, @ian-h-chamberlain, @Juhan280, @kiannidev, @kx0101, @Moayad717, @musicinmybrain, @niklasmarderx, @pickx, @preiter93, @rayzeller, @rbran, @Rohan5commit, @seroperson, @sholderbach, @smartcoder0777, @stuartcarnie, @tauanbinato, @Tyarel8, @weirdan, @WindSoilder, @WookiesRpeople2, @xtqqczze, @ymcx, @ysthakur, @zhiburt ### 0.111.0 - Date: 2026-03-01 - Version: 0.111.0 - Original notes: https://github.com/nushell/nushell/releases/tag/0.111.0 - Permalink: https://whatsnew.fyi/product/nushell/releases/0.111.0 This is the 0.111.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2026-02-28-nushell_v0_111_0.html For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies This release was made possible by PR contributions from @132ikl, @Ady0333, @amaanq, @andrewgazelka, @app/dependabot, @astral-l, @ayax79, @Bahex, @benblank, @blindFS, @BluewyDiamond, @cablehead, @ChrisDenton, @cptpiepmatz, @cuiweixie, @evolvomind, @fdncred, @fennewald, @fmotalleb, @hovancik, @hustcer, @InnocentZero, @it-education-md, @jlcrochet, @Juhan280, @kaathewisegit, @KaiSforza, @maxim-uvarov, @monigarr, @moooooji, @NotTheDr01ds, @pickx, @pyz4, @sgvictorino, @smartcoder0777, @stuartcarnie, @teddygood, @veeceey, @weirdan, @WindSoilder, @ysthakur ### 0.110.0 - Date: 2026-01-18 - Version: 0.110.0 - Original notes: https://github.com/nushell/nushell/releases/tag/0.110.0 - Permalink: https://whatsnew.fyi/product/nushell/releases/0.110.0 - **added** — New release version 0.110.0 of Nushell This is the 0.110.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2026-01-17-nushell_v0_110_0.html For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies This release was made possible by PR contributions from @andrewgazelka, @app/dependabot, @astral-l, @atahabaki, @ayax79, @blackhat-hemsworth, @blindFS, @ChrisDenton, @cptpiepmatz, @DevAldrete, @dhr412, @Dorumin, @Ecorous, @fdncred, @hustcer, @IvolliousElectrolux, @Jan9103, @kaathewisegit, @KaiSforza, @kouhe3, @migraine-user, @NotTheDr01ds, @playwmadness, @reubeno, @sgvictorino, @splintersuidman, @tom-lubenow, @Tyarel8, @WindSoilder, @yanek, @ysthakur ### 0.109.1 - Date: 2025-12-02 - Version: 0.109.1 - Original notes: https://github.com/nushell/nushell/releases/tag/0.109.1 - Permalink: https://whatsnew.fyi/product/nushell/releases/0.109.1 This is the 0.109.1 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2025-12-02-nushell_v0_109_1.html For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies This release was made possible by PR contributions from @hustcer, @KaiSforza ### 0.109.0 - Date: 2025-11-29 - Version: 0.109.0 - Original notes: https://github.com/nushell/nushell/releases/tag/0.109.0 - Permalink: https://whatsnew.fyi/product/nushell/releases/0.109.0 This is the 0.109.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2025-11-29-nushell_v0_109_0.html For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies This release was made possible by PR contributions from @AnandajithS, @app/dependabot, @atahabaki, @ayax79, @Bahex, @blackhat-hemsworth, @blindFS, @cablehead, @cptpiepmatz, @Dorumin, @fdncred, @hustcer, @ItsHarper, @Jan9103, @KaiSforza, @mrdgo, @nome, @pguerin3, @praveenbhamidipati, @sgvictorino, @sholderbach, @smaximov, @taearls, @Tyarel8, @WindSoilder, @xolra0d, @ysthakur