Skip to content

Commit 1e3f062

Browse files
committed
(cargo-release) version 0.26.2
1 parent 013931b commit 1e3f062

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org/).
55

6-
## [Unreleased] - ReleaseDate
6+
## [0.26.2] - 2023-01-18
77
### Fixed
88
- Fix `SockaddrIn6` bug that was swapping flowinfo and scope_id byte ordering.
99
([#1964](https://github.com/nix-rust/nix/pull/1964))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "nix"
33
description = "Rust friendly bindings to *nix APIs"
44
edition = "2018"
5-
version = "0.26.1"
5+
version = "0.26.2"
66
rust-version = "1.56"
77
authors = ["The nix-rust Project Developers"]
88
repository = "https://github.com/nix-rust/nix"

0 commit comments

Comments
 (0)