- Released: 2024-03-03 - Summary: - Fix hatch changelog github url - Fix `ccp` commands when the search term only contains one element
0.7.2
- Released: 2024-03-02 - Summary: - Fix github workflows after upgrading to hatch
0.7.0
- Released: 2007-08-03 - Summary: - Added an optional parameter to the `find_lines()`, `find_children()`, `find_all_children()`, and `find_blocks()` methods - This parameter will allow the user to specify whether he wants an "exact" match or a normal regex match - Also fixed a bug that broke parsing of configs with an indented line at the very end.
0.6.8
- Released: 2007-08-02 - Summary: - Ported fixes to the CiscoPassword class from the `cisco_decrypt` package - Notably, there were crashes when it was called with certain unencrypted passwords.
0.6.7
- Released: 2007-08-01 - Summary: - Fixed bug where some methods didn't return `False` when no diffs were found
0.6.6
- Released: 2007-07-30 - Summary: - Added password decryption options to the command-line help menu - Modified all diff functions to return `False` if no diffs are found