diff --git a/pyproject.toml b/pyproject.toml index 8b2b1ea..8d94b13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Méline Sieber ", "Florian Bruhin "] diff --git a/release_notes/v3.0.2.md b/release_notes/v3.0.2.md new file mode 100644 index 0000000..ac19095 --- /dev/null +++ b/release_notes/v3.0.2.md @@ -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. +