Skip to content

Commit 38c8b2b

Browse files
committed
lacpd: release 0.1.2
Signed-off-by: Hangbin Liu <[email protected]>
1 parent fc37b40 commit 38c8b2b

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.2] - 2025-08-05
9+
10+
### Fixed
11+
- Fixed daemon mode logging issue where DEBUG level logs were not written to log file
12+
- Fixed LACP negotiation with Linux 802.3ad bond
13+
- Fixed PyInstaller packaging issue with fcntl module in daemon mode
14+
- Fixed LACP packet reception issue by adding promiscuous mode support
15+
816
## [0.1.1] - 2025-08-04
917

1018
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "lacpd"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "A LACP (Link Aggregation Control Protocol) daemon for simulating LACP negotiation"
99
readme = "README.md"
1010
license = {text = "GPL-3.0-or-later"}

src/lacpd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
>>> actor.stop()
1717
"""
1818

19-
__version__ = "0.1.1"
19+
__version__ = "0.1.2"
2020
__author__ = "LACP Daemon Team"
2121
__email__ = "[email protected]"
2222

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)