You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Highlights and themes of this release [[toc](#table-of-content)]
93
78
94
-
<!-- NOTE: if you wanna write a section about a breaking change, when it's a very important one,
95
-
please add the following snippet to have a "warning" banner :)
96
-
> see [an example](https://www.nushell.sh/blog/2023-09-19-nushell_0_85_0.html#pythonesque-operators-removal)
97
-
98
-
```md
99
-
::: warning Breaking change
100
-
See a full overview of the [breaking changes](#breaking-changes)
101
-
:::
102
-
```
103
-
-->
104
-
<!-- NOTE: see https://vuepress.github.io/reference/default-theme/markdown.html#custom-containers
105
-
for the list of available *containers*
106
-
-->
107
-
108
79
## Cheers to a century! [[toc](#table-of-content)]
109
80
110
81
We wish to express our heartfelt gratitude and congratulations to all of our contributors and users on releasing version 0.100.0! Thanks for sticking with us and making Nushell great. Here's to a hundred more! 🎉
111
82
83
+
After this release, we will be switching to a 6-week release schedule instead of our current 4-week one. This will allow us to focus more on making and merging changes, and giving major changes room to breathe.
84
+
112
85
## `like` and `not-like` operators [[toc](#table-of-content)]
113
86
114
87
With [#14072](https://github.com/nushell/nushell/pull/14072), this release adds two "new" operators: `like` and `not-like`. These operators are alternative forms of the preexisting `=~` and `!~` operators, respectively. The only reason to use one form over the other is preference. For example, people familiar with SQL may prefer using `like` and `not-like`. In the future, there is a chance that the shorter forms may be removed, but there are no plans to do so yet, if at all.
0 commit comments