Skip to content

Commit d8e8d18

Browse files
committed
Bump version to 3.3.0
1 parent 83da445 commit d8e8d18

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "nuts"
7-
version = "3.2.0"
7+
version = "3.3.0"
88
description = "Network Unit Testing System"
99
authors = [
1010
"Lukas Murer, Méline Sieber, Urs Baumann, Matthias Gabriel, Florian Bruhin",

release_notes/v3.3.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Release Notes for Nuts 3.3.0
2+
3+
The latest version, 3.3.0, introduces a new hook called "pytest_nuts_single_result" that allows users to customize test reports. For instance, it enables extending jUnit xunit1 reports with additional properties. You can find an illustrative example in the documentation.
4+
5+
* Fix: Add TestNapalmOnlyDefinedUsersExist to index by @ubaumann in (#79)
6+
* Add exception chaining for Result validate exception by @ubaumann in (#82)
7+
* Make TestNapalmBgpNeighbors and TestNapalmBgpNeighborsCount vrf aware by @ubaumann in (#81)
8+
* Containerize to make it more accessible by @marcom4rtinez in (#85)
9+
* Fix: readthedocsio by @marcom4rtinez in (#87)
10+
* Fix: cicd by @marcom4rtinez in (#89)
11+
* Teardown nornir connections after running task by @ubaumann in (#84)
12+
* New: Add hook pytest_nuts_sigle_result by @ubaumann in (#94)
13+
* Update dependencies to use NAPALM 5.0.0 by @ubaumann in (#95)
14+
15+
**Full Changelog**: https://github.com/network-unit-testing-system/nuts/compare/v3.2.0...v3.3.0

0 commit comments

Comments
 (0)