Skip to content

Commit f48dd95

Browse files
committed
add changelog for upcoming release v3.6.0
1 parent d8c3f5e commit f48dd95

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nuts"
3-
version = "3.5.1"
3+
version = "3.6.0"
44
description = "Network Unit Testing System"
55
authors = [
66
{name = "Lukas Murer"},

release_notes/v3.6.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Release Notes for Nuts 3.6.0
2+
3+
The latest version of NUTS, 3.6.0, includes updated dependencies, fixes for Netmiko CDP tests, and removal of Python 3.9 support. `TestNetmikoCdpNeighbors` now supports both the 2024 refactored format and the legacy format.
4+
5+
* Fix Netmiko CDP tests with "normalized" NTC template capture groups by @hvanderheide in https://github.com/network-unit-testing-system/nuts/pull/129
6+
* Add additional/forgotten NTC templates fix by @hvanderheide in https://github.com/network-unit-testing-system/nuts/pull/130
7+
* Remove Python3.9 support and use PyTest 9 by @ubaumann in https://github.com/network-unit-testing-system/nuts/pull/136
8+
9+
10+
**Full Changelog**: https://github.com/network-unit-testing-system/nuts/compare/v3.5.1...v3.6.0

0 commit comments

Comments
 (0)