Releases: nuew/postgres-inet
Releases · nuew/postgres-inet
v0.19.0: Version 0.19.0, as published on Crates.io
v0.15.4: Version 0.15.3, as published on Crates.io
Changelog:
- Switch from depending on postgres to depending on postgres-shared,
for future compatibility and compatibility with tokio-postgres.
v0.15.3: Version 0.15.3, as published on Crates.io
Changelog:
- Improved dependency specification for optional dependency
"IpNetwork".
- Changed name on Copyright declarations
- Changed added lints from 'deny' to 'forbid'
v0.15.2: Version 0.15.2, as published on Crates.io
Changelog:
- `MaskedIpAddr::netmask` is deprecated in favor of
`MaskedIpAddr::cidr`. They function identically.
- Added `MaskedIpAddr::subnet_mask`.
- Miscellaneous code cleanup.
v0.15.1: Version 0.15.1, as published on Crates.io
Changelog:
- Removed dependency on byteorder
- Performance improvements
- Updated supported version of ip_network to 0.13
- Documentation improvements
- Removed deprecated clippy compiler plugin integration
v0.15.0: Version 0.15.0, as published on Crates.io
Changelog:
- Added implementation of FromStr to MaskedIpAddr
- Added optional From and To for IpNetwork
- Improved Performance
v0.1.3: Version 0.1.3
Updates to depend on postgres 0.15
v0.1.2: Version 0.1.2
Improves documentation, and bumps version dependancy on `postgres`.
v0.1.1: Version 0.1.1 as published on Crates.io
This fixes an incorrect repository URL in Cargo.toml.