diff --git a/CHANGES.md b/CHANGES.md index bc44bb2..8b3cdb2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,16 @@ - Summary: - Insert something here +## Version: 1.9.49 + +- Released: 2023-11-30 +- Summary: + - Update documentation + - Add `empty_branches` parameter to `CiscoConfParse().find_object_branches()` + - BREAKING CHANGE: `empty_branches` defaults False, which will remove an empty branch from the results. + - `empty_branches=False` is a change from previous `find_object_branches()` defaults; to restore original behavior, call with `empty_branches=True`. + - Add more tests + ## Version: 1.9.48 - Released: 2023-11-30 diff --git a/pyproject.toml b/pyproject.toml index cfb33ce..ed21c17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.0" [tool.poetry] name = "ciscoconfparse" -version = "1.9.48" +version = "1.9.49" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [