Skip to content

Commit

Permalink
change release to minor 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkala committed Sep 18, 2024
1 parent f2601bf commit 06828c1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
20 changes: 20 additions & 0 deletions docs/admin/release_notes/version_1.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# v1.10 Release Notes

## Release Overview

- Added Functionality to ip_network filter to support method calls with kwargs.
- Fix configuration parsers to allow newlines, no longer auto strip all newlines.

## [v1.10.0] 2024-09

### Added
- [534](https://github.com/networktocode/netutils/pull/534) Extend ip_network extension to support method calls with kwargs.

### Changed
- [570](https://github.com/networktocode/netutils/pull/570) OUI File Updates.
- [571](https://github.com/networktocode/netutils/pull/571) PROTOCOL File Updates.

### Fixed

- [569](https://github.com/networktocode/netutils/pull/569) Fix banner parsers auto striping all newlines. Allow newlines in banners.
- [574](https://github.com/networktocode/netutils/pull/574) Fix ntc_template reverse mapping for cisco xe.
14 changes: 0 additions & 14 deletions docs/admin/release_notes/version_1.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,6 @@
- Added DNA Center platform mappings.
- Improved error message when duplicate line is parsed.

## [v1.9.2] 2024-09

### Added
- [534](https://github.com/networktocode/netutils/pull/534) Extend ip_network extension to support method calls with kwargs.

### Changed
- [570](https://github.com/networktocode/netutils/pull/570) OUI File Updates.
- [571](https://github.com/networktocode/netutils/pull/571) PROTOCOL File Updates.

### Fixed

- [569](https://github.com/networktocode/netutils/pull/569) Fix banner parsers auto striping all newlines. Allow newlines in banners.
- [574](https://github.com/networktocode/netutils/pull/574) Fix ntc_template reverse mapping for cisco xe.

## [v1.9.1] 2024-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netutils"
version = "1.9.2"
version = "1.10.0"
description = "Common helper functions useful in network automation."
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 06828c1

Please sign in to comment.