Skip to content

Commit

Permalink
add changelog for upcoming release v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Murer-Jäckle committed Dec 8, 2021
1 parent 5a15b45 commit f193c22
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]>"]
Expand Down
18 changes: 18 additions & 0 deletions release_notes/v3.0.2.md
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.

0 comments on commit f193c22

Please sign in to comment.