Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions docs/admin/release_notes/version_1.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@

## Release Overview

- Added Python 3.13 support.
- Removed Python 3.8 support.
- Release is the same as v1.10.1

## [v1.11.0] 2024-12

### Added
- [593](https://github.com/networktocode/netutils/pull/593) Add nokia_srl to the mappers.

### Changed

- [603](https://github.com/networktocode/netutils/pull/603) Add support for Python 3.8 and add Python 3.13.

### Fixed

- [602](https://github.com/networktocode/netutils/pull/602) Fix ASA banner config parsing.
19 changes: 19 additions & 0 deletions docs/admin/release_notes/version_1.12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# v1.12 Release Notes

## Release Overview

- Added Python 3.13 support.
- Removed Python 3.8 support.

## [v1.12.0] 2025-01

### Added
- [593](https://github.com/networktocode/netutils/pull/593) Add nokia_srl to the mappers.

### Changed

- [603](https://github.com/networktocode/netutils/pull/603) Add support for Python 3.8 and add Python 3.13.

### Fixed

- [602](https://github.com/networktocode/netutils/pull/602) Fix ASA banner config parsing.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ nav:
- Uninstall: "admin/uninstall.md"
- Release Notes:
- "admin/release_notes/index.md"
- v1.12: "admin/release_notes/version_1.12.md"
- v1.11: "admin/release_notes/version_1.11.md"
- v1.10: "admin/release_notes/version_1.10.md"
- v1.9: "admin/release_notes/version_1.9.md"
Expand Down
Loading