Skip to content

Commit 149040b

Browse files
committed
bump version
1 parent 94aab84 commit 149040b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All releases with the relative changes are documented in this file.
44

5-
## [UNRELEASED]
5+
## [0.5.0] - 2026-03-02
66
### Added
77
- OpenBSD and NetBSD support ([#39](https://github.com/GyulyVGC/listeners/pull/39))
88
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "listeners"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2024"
55
authors = ["Giuliano Bellini <[email protected]>"]
66
description = "Cross-platform library to find out processes listening on network ports"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Add this to your `Cargo.toml`:
4444
``` toml
4545
[dependencies]
4646

47-
listeners = "0.4"
47+
listeners = "0.5"
4848
```
4949

5050
Get all the listening processes:

0 commit comments

Comments
 (0)