Skip to content

Commit

Permalink
New release 0.2.5
Browse files Browse the repository at this point in the history
=== Breaking changes
 - N/A

=== New features
 - Support arbitrary client ID via `DhcpV4Config.set_client_id()`. (5f9a606)

=== Bug fixes
 - epoll: do not close twice. (bff0a0c)

Signed-off-by: Gris Ge <[email protected]>
  • Loading branch information
cathay4t committed Dec 14, 2024
1 parent 50baa2d commit 9726de7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## [0.2.5] - 2024-07-10
### Breaking changes
- N/A

### New features
- Support arbitrary client ID via `DhcpV4Config.set_client_id()`. (5f9a606)

### Bug fixes
- epoll: do not close twice. (bff0a0c)

## [0.2.4] - 2024-07-10
### Breaking changes
- N/A
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mozim"
version = "0.2.4"
version = "0.2.5"
description = "DHCP Client Library"
license = "Apache-2.0"
homepage = "https://github.com/nispor/mozim"
Expand Down

0 comments on commit 9726de7

Please sign in to comment.