Skip to content

Commit 34ebb04

Browse files
pandafynemesifier
andauthored
1.0.2 release
Co-authored-by: Federico Capoano <[email protected]>
1 parent ccfb1c5 commit 34ebb04

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
Change log
22
==========
33

4+
Version 1.0.2 [2022-12-02]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed parsing of wifi interface without ifname
11+
- Fixed parsing of wifi with encryption set to none
12+
- Fixed parsing wifi interface boolean typecasting
13+
- Fixed a backward compatibility issue with bridges not being prefixed with "br-" on OpenWrt >= 21
14+
415
Version 1.0.1 [2022-05-11]
516
--------------------------
617

18+
Bugfixes
19+
~~~~~~~~
20+
721
- Fixed modem-manager configuration for OpenWrt 21
822
- Fixed WiFi interface configuration for OpenWrt 21
923

netjsonconfig/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 0, 1, 'final')
1+
VERSION = (1, 0, 2, 'final')
22
__version__ = VERSION
33

44

0 commit comments

Comments
 (0)