We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94aab84 commit 149040bCopy full SHA for 149040b
3 files changed
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All releases with the relative changes are documented in this file.
4
5
-## [UNRELEASED]
+## [0.5.0] - 2026-03-02
6
### Added
7
- OpenBSD and NetBSD support ([#39](https://github.com/GyulyVGC/listeners/pull/39))
8
### Changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "listeners"
-version = "0.4.0"
+version = "0.5.0"
edition = "2024"
authors = ["Giuliano Bellini <[email protected]>"]
description = "Cross-platform library to find out processes listening on network ports"
README.md
@@ -44,7 +44,7 @@ Add this to your `Cargo.toml`:
44
``` toml
45
[dependencies]
46
47
-listeners = "0.4"
+listeners = "0.5"
48
```
49
50
Get all the listening processes:
0 commit comments