Skip to content

Commit dde5f86

Browse files
bors[bot]asomers
andauthored
Merge #1796
1796: No dev version r=rtzoeller a=asomers Co-authored-by: Alan Somers <asomers@gmail.com>
2 parents 564d72e + ea4f1ba commit dde5f86

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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
7+
### Added
8+
9+
### Changed
10+
11+
### Fixed
12+
13+
### Removed
14+
615
## [0.25.0] - 2022-08-13
716
### Added
817

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.25.1-alpha.0"
5+
version = "0.25.0"
66
rust-version = "1.46"
77
authors = ["The nix-rust Project Developers"]
88
repository = "https://github.com/nix-rust/nix"

release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dev-version = false
12
pre-release-replacements = [
23
{ file="CHANGELOG.md", search="Unreleased", replace="{{version}}" },
34
{ file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}" }

0 commit comments

Comments
 (0)