Skip to content

Commit

Permalink
1.0.2 release
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Capoano <[email protected]>
  • Loading branch information
pandafy and nemesifier authored Dec 2, 2022
1 parent ccfb1c5 commit 34ebb04
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
Change log
==========

Version 1.0.2 [2022-12-02]
--------------------------

Bugfixes
~~~~~~~~

- Fixed parsing of wifi interface without ifname
- Fixed parsing of wifi with encryption set to none
- Fixed parsing wifi interface boolean typecasting
- Fixed a backward compatibility issue with bridges not being prefixed with "br-" on OpenWrt >= 21

Version 1.0.1 [2022-05-11]
--------------------------

Bugfixes
~~~~~~~~

- Fixed modem-manager configuration for OpenWrt 21
- Fixed WiFi interface configuration for OpenWrt 21

Expand Down
2 changes: 1 addition & 1 deletion netjsonconfig/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 0, 1, 'final')
VERSION = (1, 0, 2, 'final')
__version__ = VERSION


Expand Down

0 comments on commit 34ebb04

Please sign in to comment.