Skip to content

Commit 60198ca

Browse files
committed
Prepare ifstate 1.11.3 release.
1 parent b0f6ad6 commit 60198ca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ChangeLog
22

3+
## 1.11.3 - 2023-12-06
4+
5+
Changes:
6+
- routing: add support for new iproute2 6.5+ rt_* files directory (/usr/lib/iproute2)
7+
8+
Fixes:
9+
- cli: fix broken show commands
10+
311
## 1.11.2 - 2023-11-25
412

513
Changes:

Diff for: libifstate/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
import errno
4848
import logging
4949

50-
__version__ = "1.11.2"
50+
__version__ = "1.11.3"
5151

5252

5353
class IfState():

0 commit comments

Comments
 (0)