Skip to content

Commit 44baa2c

Browse files
committed
chore(release): Update version to 0.12.0
1 parent c4e7cda commit 44baa2c

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0 OR MIT
44

55
[tool.bumpversion]
6-
current_version = "0.11.2"
6+
current_version = "0.12.0"
77

88
[[tool.bumpversion.files]]
99
filename = "src/lib.rs"

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
1414
The format is based on https://keepachangelog.com/[Keep a Changelog], and this
1515
project adheres to https://semver.org/[Semantic Versioning].
1616

17-
== {compare-url}/v0.11.2\...HEAD[Unreleased]
17+
== {compare-url}/v0.11.2\...v0.12.0[0.12.0] - 2025-07-29
1818

1919
=== Changed
2020

Cargo.lock

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

55
[package]
66
name = "nt-time"
7-
version = "0.11.2"
7+
version = "0.12.0"
88
authors = ["Shun Sakai <[email protected]>"]
99
edition = "2024"
1010
rust-version = "1.85.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
//! [Unix time]: https://en.wikipedia.org/wiki/Unix_time
103103
//! [MS-DOS date and time]: https://learn.microsoft.com/en-us/windows/win32/sysinfo/ms-dos-date-and-time
104104
105-
#![doc(html_root_url = "https://docs.rs/nt-time/0.11.2/")]
105+
#![doc(html_root_url = "https://docs.rs/nt-time/0.12.0/")]
106106
#![no_std]
107107
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]
108108
// Lint levels of rustc.

0 commit comments

Comments
 (0)