Skip to content

Commit

Permalink
1.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Deep <[email protected]>
  • Loading branch information
pandafy committed Aug 13, 2024
1 parent 7faa78b commit 5625e3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
Changelog
=========

Version 1.1.0 [unreleased]
Version 1.1.0 [14-08-2024]
--------------------------

WIP
Features
~~~~~~~~

- Added parser for WireGuard and ZeroTier

Changes
~~~~~~~

**Dependencies:**

- Added support for Python ``3.10``
- Dropped support for Python ``3.7``

Version 1.0.0 [28-04-2022]
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion netdiff/info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 0, 'alpha')
VERSION = (1, 1, 0, 'final')
__version__ = VERSION


Expand Down

0 comments on commit 5625e3d

Please sign in to comment.