Skip to content

Commit

Permalink
Release 2024.03.02
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed Mar 2, 2024
1 parent d862350 commit d03ee5c
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1 deletion.
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,74 @@
# Changelog

## 2024.03.02

New Features:
* feat: add a uv backend by @henryiii in https://github.com/wntrblm/nox/pull/762
* feat: venv backend fallback by @henryiii in https://github.com/wntrblm/nox/pull/787
* feat: support for reuse_venv option by @samypr100 in https://github.com/wntrblm/nox/pull/730
* feat: Allow configuring default backend with an environment variable by @edgarrmondragon in https://github.com/wntrblm/nox/pull/780
* feat: rename run_always to run_install by @henryiii in https://github.com/wntrblm/nox/pull/770
* feat: more option argument completions by @scop in https://github.com/wntrblm/nox/pull/707
* First implementation of tox_to_nox for tox 4 by @frenzymadness in https://github.com/wntrblm/nox/pull/687
* Allow `--force-python` on unparametrized sessions by @chrysle in https://github.com/wntrblm/nox/pull/756
* Allow override via noxfile of nox.options.error_on_missing_interpreters by @samypr100 in https://github.com/wntrblm/nox/pull/725
* Enhance environment variables passing by @franekmagiera in https://github.com/wntrblm/nox/pull/652
* action: use multiple interpreters features from 'actions/setup-python@v4' by @mayeut in https://github.com/wntrblm/nox/pull/712

Fixes:
* fix: always pull versions from metadata by @henryiii in https://github.com/wntrblm/nox/pull/782
* fix: rebuild env if making an incompatible change by @henryiii in https://github.com/wntrblm/nox/pull/781
* fix: warn user when first argument to session.run is a list by @stefanv in https://github.com/wntrblm/nox/pull/786
* Merge sessions and tags by @q0w in https://github.com/wntrblm/nox/pull/684
* Change _color_finalizer behavior by @stasfilin in https://github.com/wntrblm/nox/pull/723

Documentation Improvements:
* Create an official Nox badge by @johnthagen in https://github.com/wntrblm/nox/pull/714
* Document how users can embed the official Nox badge by @johnthagen in https://github.com/wntrblm/nox/pull/715
* docs: recipe for GHA generate by @henryiii in https://github.com/wntrblm/nox/pull/696
* docs: update some links by @henryiii in https://github.com/wntrblm/nox/pull/774

Internal Changes:
* chore: ruff moved to astral-sh by @henryiii in https://github.com/wntrblm/nox/pull/722
* Use double quotes instead of single in github actions examples by @patrick91 in https://github.com/wntrblm/nox/pull/724
* tests: fixes when running locally by @henryiii in https://github.com/wntrblm/nox/pull/721
* chore: modernize Ruff config, bump pre-commit by @henryiii in https://github.com/wntrblm/nox/pull/744
* chore(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/wntrblm/nox/pull/738
* chore: ruff-format by @henryiii in https://github.com/wntrblm/nox/pull/745
* chore(action): update default python-versions by @mayeut in https://github.com/wntrblm/nox/pull/767
* chore(ci): allow manual runs on branches without a PR by @mayeut in https://github.com/wntrblm/nox/pull/766
* chore(ci): bump actions/setup-python & conda-incubator/setup-miniconda by @mayeut in https://github.com/wntrblm/nox/pull/765
* ci: group dependabot updates by @henryiii in https://github.com/wntrblm/nox/pull/755
* fix(types): improve typing by @henryiii in https://github.com/wntrblm/nox/pull/720
* ci: fix coverage combine for different OS's by @henryiii in https://github.com/wntrblm/nox/pull/778
* ci: update to artifacts v2 by @henryiii in https://github.com/wntrblm/nox/pull/772
* ci: remove skipped job & combine (faster) by @henryiii in https://github.com/wntrblm/nox/pull/771
* chore: cleanup Ruff a bit by @henryiii in https://github.com/wntrblm/nox/pull/783
* chore(deps): bump the actions group with 2 updates by @dependabot in https://github.com/wntrblm/nox/pull/784
* style: add type hints, update few functions by @stasfilin in https://github.com/wntrblm/nox/pull/728
* Include Python 3.12 in GHA by @DiddiLeija in https://github.com/wntrblm/nox/pull/743
* Allow tests to pass in environments where NO_COLOR=1 is set by @edgarrmondragon in https://github.com/wntrblm/nox/pull/777
* tests: support running when the Python launcher for UNIX is present by @henryiii in https://github.com/wntrblm/nox/pull/775
* chore: drop unneeded config option by @henryiii in https://github.com/wntrblm/nox/pull/773
* Bump minimum virtualenv to 20.14.1 by @johnthagen in https://github.com/wntrblm/nox/pull/747
* chore: save session name in `Func` by @MicaelJarniac in https://github.com/wntrblm/nox/pull/718
* Removed the problematic Python 2.7.18 version by @stasfilin in https://github.com/wntrblm/nox/pull/726
* Fixed Improper Method Call: Replaced `NotImplementedError` by @fazledyn-or in https://github.com/wntrblm/nox/pull/749

## New Contributors
* @MicaelJarniac made their first contribution in https://github.com/wntrblm/nox/pull/718
* @q0w made their first contribution in https://github.com/wntrblm/nox/pull/684
* @stasfilin made their first contribution in https://github.com/wntrblm/nox/pull/723
* @patrick91 made their first contribution in https://github.com/wntrblm/nox/pull/724
* @samypr100 made their first contribution in https://github.com/wntrblm/nox/pull/725
* @fazledyn-or made their first contribution in https://github.com/wntrblm/nox/pull/749
* @chrysle made their first contribution in https://github.com/wntrblm/nox/pull/756
* @frenzymadness made their first contribution in https://github.com/wntrblm/nox/pull/687
* @stefanv made their first contribution in https://github.com/wntrblm/nox/pull/786

**Full Changelog**: https://github.com/wntrblm/nox/compare/2023.04.22...2024.03.02


## 2023.04.22

We'd like to thank the following folks who contributed to this release:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[project]
name = "nox"
version = "2023.04.22"
version = "2024.03.02"
description = "Flexible test automation."
readme = "README.md"
keywords = [
Expand Down

0 comments on commit d03ee5c

Please sign in to comment.