diff --git a/CHANGELOG.md b/CHANGELOG.md index 78128a0..7d0851a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,14 +16,29 @@ All notable changes to this project are documented in this file. - n/a -## [0.2.3] +## [0.3.0] - 2022-11-19 + +### Added + +- Add method to just retrieve the data of a single peer +- Add the capability to disable and enable peers (mainly contributed by "subs1stem") + +### Fixed + +- Tests no longer change internal data structures + +### Changed + +- Refactored tests to reduce code duplication + +## [0.2.3] - 2022-08-22 ### Changed - Improved formatting in "README.md" - Fault tolerant handling of blank lines in "del_attr" -## [0.2.2] +## [0.2.2] - 2020-11-15 ### Added diff --git a/src/setup.py b/src/setup.py index 0dc2efa..73dc65a 100644 --- a/src/setup.py +++ b/src/setup.py @@ -7,7 +7,7 @@ setup_kwargs = { 'name': 'wgconfig', - 'version': '0.2.3', + 'version': '0.3.0', 'author': 'Dirk Henrici', 'author_email': 'towalink.wgconfig@henrici.name', 'description': 'parsing and writing WireGuard configuration files', @@ -19,8 +19,7 @@ 'Programming Language :: Python', 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', 'Operating System :: POSIX :: Linux', - 'Development Status :: 4 - Beta', - #'Development Status :: 5 - Production/Stable', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: System Administrators', 'Intended Audience :: Developers', 'Intended Audience :: Information Technology'