Skip to content

Commit 50f8fa7

Browse files
committed
release 0.3.2
1 parent 335cf19 commit 50f8fa7

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [0.3.2] - 2025-12-18
4+
5+
- `Ipv*Cidr` and `Ipv*Inet`: add methods to get reference to stored (first / host) address
6+
37
## [0.3.1] - 2025-01-18
48

59
- raise serde version to support no-std builds

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cidr"
33
# also bump version in html_root_url in src/lib.rs
4-
version = "0.3.1"
4+
version = "0.3.2"
55
edition = "2021"
66
rust-version = "1.81"
77
authors = ["Stefan Bühler <stbuehler@web.de>"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#![cfg_attr(feature = "no_unsafe", forbid(unsafe_code))]
44
#![warn(missing_docs)]
55
#![warn(rust_2018_idioms)]
6-
#![doc(html_root_url = "https://docs.rs/cidr/0.3.1")]
6+
#![doc(html_root_url = "https://docs.rs/cidr/0.3.2")]
77
#![allow(clippy::match_like_matches_macro)]
88

99
//! This library provides types to represent an IP network ([`Cidr`]) or

0 commit comments

Comments
 (0)