Skip to content

Commit d64195a

Browse files
committed
0.6.0 version bump
1 parent f1b6893 commit d64195a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2026-05-20
11+
1012
### Added
1113

1214
- **Response Preprocessor**: Added `WithResponsePreprocessor` option to transform raw NETCONF XML responses before parsing. Allows callers to sanitize malformed XML from devices that don't properly escape special characters (e.g., unescaped angle brackets in IOS-XE banner text).
@@ -50,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5052

5153
---
5254

53-
[Unreleased]: https://github.com/netascode/go-netconf/compare/v0.5.2...HEAD
55+
[Unreleased]: https://github.com/netascode/go-netconf/compare/v0.6.0...HEAD
56+
[0.6.0]: https://github.com/netascode/go-netconf/compare/v0.5.2...v0.6.0
5457
[0.5.2]: https://github.com/netascode/go-netconf/compare/v0.5.1...v0.5.2
5558
[0.5.1]: https://github.com/netascode/go-netconf/compare/v0.5.0...v0.5.1
5659
[0.5.0]: https://github.com/netascode/go-netconf/compare/v0.1.0...v0.5.0

0 commit comments

Comments
 (0)