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 14, 2024
1 parent e31f5d6 commit 02a7df2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
Changelog
=========

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

WIP
Features
~~~~~~~~

- Added parser for WireGuard
- Added parser for ZeroTier

Changes
~~~~~~~

**Dependencies:**

- Bumped ``networkx>=2.6,<3.4``
- 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 02a7df2

Please sign in to comment.