-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add changelog for upcoming release v3.0.2
- Loading branch information
Lukas Murer-Jäckle
committed
Dec 8, 2021
1 parent
5a15b45
commit f193c22
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "nuts" | ||
version = "3.0.1" | ||
version = "3.0.2" | ||
description = "Network Unit Testing System Component of NetTowel" | ||
authors = ["Lukas Murer, Méline Sieber, Urs Baumann, Matthias Gabriel, Florian Bruhin"] | ||
maintainers = ["Lukas Murer <[email protected]>", "Méline Sieber <[email protected]>", "Florian Bruhin <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Release Notes for Nuts 3.0.2 | ||
|
||
The latest 3.0.2 release for Nuts contains mainly fixes to the core and improvements to the documentation. | ||
|
||
* Add @lucmurer to the project maintainers (#42) | ||
* Add some diagrams describing the data flow through NUTS (#12) | ||
* Add more self-tests (#15, #16) | ||
* Refactor: Move implementation of method `nornir_filter()` up to `NornirNutsContext` (#51) | ||
* Fix several type annotations (#18) | ||
* Fix several dependency issues (#14, #43) | ||
|
||
Further upcoming Changes: | ||
* Sadly @bytinbit stops being a maintainer of the NUTS project by the end of the year. | ||
@lucmurer will take over as maintainer and main developer of NUTS. | ||
* @lucmurer and @bytinbit discussed the specifics of release 4.0 (fixing #19 aka "DINO") which will require | ||
breaking changes to the architecture of NUTS. Based on this, the issue raised by PR #34 will be much easier to | ||
integrate into NUTS, so the merge has been deferred until release 4.0. | ||
|