Skip to content

Commit 5656fce

Browse files
committed
Release 2024.04.15
1 parent 8f33d1c commit 5656fce

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

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+
330
## 2024.03.02
431

532
We'd like to thank the following folks who contributed to this release:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "nox"
9-
version = "2024.03.02"
9+
version = "2024.04.15"
1010
description = "Flexible test automation."
1111
readme = "README.md"
1212
keywords = [

0 commit comments

Comments
 (0)