Skip to content

Commit f193c22

Browse files
author
Lukas Murer-Jäckle
committed
add changelog for upcoming release v3.0.2
1 parent 5a15b45 commit f193c22

2 files changed

Lines changed: 19 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.0.1"
7+
version = "3.0.2"
88
description = "Network Unit Testing System Component of NetTowel"
99
authors = ["Lukas Murer, Méline Sieber, Urs Baumann, Matthias Gabriel, Florian Bruhin"]
1010
maintainers = ["Lukas Murer <lukas.murer@ost.ch>", "Méline Sieber <meline.sieber@ost.ch>", "Florian Bruhin <florian.bruhin@ost.ch>"]

release_notes/v3.0.2.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Release Notes for Nuts 3.0.2
2+
3+
The latest 3.0.2 release for Nuts contains mainly fixes to the core and improvements to the documentation.
4+
5+
* Add @lucmurer to the project maintainers (#42)
6+
* Add some diagrams describing the data flow through NUTS (#12)
7+
* Add more self-tests (#15, #16)
8+
* Refactor: Move implementation of method `nornir_filter()` up to `NornirNutsContext` (#51)
9+
* Fix several type annotations (#18)
10+
* Fix several dependency issues (#14, #43)
11+
12+
Further upcoming Changes:
13+
* Sadly @bytinbit stops being a maintainer of the NUTS project by the end of the year.
14+
@lucmurer will take over as maintainer and main developer of NUTS.
15+
* @lucmurer and @bytinbit discussed the specifics of release 4.0 (fixing #19 aka "DINO") which will require
16+
breaking changes to the architecture of NUTS. Based on this, the issue raised by PR #34 will be much easier to
17+
integrate into NUTS, so the merge has been deferred until release 4.0.
18+

0 commit comments

Comments
 (0)