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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+27
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,32 @@
1
1
# Changelog
2
2
3
+
## 2024.04.15
4
+
5
+
We'd like to thank the following folks who contributed to this release:
6
+
-@cjolowicz
7
+
-@henryiii
8
+
-@mayeut
9
+
10
+
New features:
11
+
* Added support for [PEP 723](https://peps.python.org/pep-0723/) (inline script metadata) with `nox.project.load_toml` by @henryiii in https://github.com/wntrblm/nox/pull/811
12
+
* Added support for `micromamba` by @henryiii in https://github.com/wntrblm/nox/pull/807
13
+
* Added `venv_backend` property to sessions by @henryiii in https://github.com/wntrblm/nox/pull/798
14
+
* Added the ability to use `None` to remove environment variables by @henryiii in https://github.com/wntrblm/nox/pull/812
15
+
* Added support for skipping sessions by default using `default=False` by @henryiii in https://github.com/wntrblm/nox/pull/810
16
+
17
+
## Bugfixes
18
+
19
+
* Use static arguments instead of `**kwargs` by @henryiii in https://github.com/wntrblm/nox/pull/815
20
+
* Do not depend on `pipx` in Nox GitHub action by @mayeut in https://github.com/wntrblm/nox/pull/768
21
+
* Disallow `UV_SYSTEM_PYTHON` by @henryiii in https://github.com/wntrblm/nox/pull/817
22
+
* Ensure 'uv' always works in a uv venv by @henryiii in https://github.com/wntrblm/nox/pull/818
23
+
* Look for `uv` next to `python` if it's not on `PATH` by @cjolowicz in https://github.com/wntrblm/nox/pull/795
24
+
* Fixed missing f-string in `--help` message by @cjolowicz in https://github.com/wntrblm/nox/pull/790
25
+
* Don't error if not installing to passthrough by @henryiii in https://github.com/wntrblm/nox/pull/809
26
+
* Avoid mixing `venv` and `conda` from environment by @henryiii in https://github.com/wntrblm/nox/pull/804
27
+
* Skip test for conda env when `conda` isn't installed by @cjolowicz in https://github.com/wntrblm/nox/pull/794
28
+
29
+
3
30
## 2024.03.02
4
31
5
32
We'd like to thank the following folks who contributed to this release:
0 commit comments