Skip to content

Commit

Permalink
Prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri committed Nov 19, 2022
1 parent 7db223b commit cf03801
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 2 additions & 3 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup_kwargs = {
'name': 'wgconfig',
'version': '0.2.3',
'version': '0.3.0',
'author': 'Dirk Henrici',
'author_email': '[email protected]',
'description': 'parsing and writing WireGuard configuration files',
Expand All @@ -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'
Expand Down

0 comments on commit cf03801

Please sign in to comment.