Skip to content

Commit c7c938a

Browse files
committed
add changelog for upcoming release v3.5.1
1 parent 5197ce0 commit c7c938a

2 files changed

Lines changed: 9 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.5.0"
7+
version = "3.5.1"
88
description = "Network Unit Testing System"
99
authors = [
1010
"Lukas Murer, Méline Sieber, Urs Baumann, Matthias Gabriel, Florian Bruhin",

release_notes/v3.5.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Release Notes for Nuts 3.5.1
2+
3+
The latest version of NUTS, 3.5.1, adds improvements to the `nuts-init` helper script by adding next step information and setting the default config file to `nr-config.yaml`.
4+
5+
* improve nuts init helper by @ubaumann in https://github.com/network-unit-testing-system/nuts/pull/127
6+
7+
8+
**Full Changelog**: https://github.com/network-unit-testing-system/nuts/compare/v3.5.0...v3.5.1

0 commit comments

Comments
 (0)