Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netdev"
version = "0.41.0"
version = "0.42.0"
authors = ["shellrow <shellrow@foctal.com>"]
edition = "2024"
description = "Cross-platform library for enumerating network interfaces with metadata."
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2025 shellrow
Copyright (c) 2021-2026 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
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ See the [Interface][doc-interface-url] struct documentation for detail.
Add `netdev` to your `Cargo.toml`
```toml
[dependencies]
netdev = "0.41"
netdev = "0.42"
```

For more details, see [examples][examples-url] or [doc][doc-url].
Expand All @@ -64,11 +64,13 @@ and later rebranded to `netdev` by the author myself for future expansion, clear
- Arch
- 2024.05.01
- macOS (Apple Silicon)
- 26.3.1
- 14.7.6
- macOS (Intel)
- 13.4.1
- 11.6
- Windows
- 11 25H2 26200.8037
- 11 24H2 26100.6584
- 11 23H2 22631.4602
- 11 Pro 22H2 22621.3155
Expand Down
Loading