From 78ca48155387cbc5a289d73441700c29efcb265a Mon Sep 17 00:00:00 2001 From: shellrow Date: Sun, 29 Jun 2025 22:45:07 +0900 Subject: [PATCH 1/3] Bump version to 0.36.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a24124e..5ad71d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netdev" -version = "0.35.3" +version = "0.36.0" authors = ["shellrow "] edition = "2021" description = "Cross-platform library for network interface" From 3b2d8e2d34541e98059f262fe8b04b2aa951530f Mon Sep 17 00:00:00 2001 From: shellrow Date: Sun, 29 Jun 2025 22:45:20 +0900 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index beab3b7..c36edb3 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ - Get list of available network interfaces - Get default network interface - Access additional information related to network interface +- Get traffic statistics (RX/TX bytes) for each interface Please refer to the [Interface][doc-interface-url] struct documentation for detail. @@ -31,7 +32,7 @@ This project was rebranded from [default-net][default-net-crates-io-url] by the Add `netdev` to your dependencies ```toml:Cargo.toml [dependencies] -netdev = "0.35" +netdev = "0.36" ``` For more details, see [examples][examples-url] or [doc][doc-url]. From df7048222717be12a2c0741f694ff5c70d94c6a1 Mon Sep 17 00:00:00 2001 From: shellrow Date: Sun, 29 Jun 2025 22:49:33 +0900 Subject: [PATCH 3/3] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index ff072bd..72a8e54 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 shellrow +Copyright (c) 2021-2025 shellrow Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal