Skip to content

Commit bb338dd

Browse files
committed
Merge branch 'release/v0.11.1' into develop
2 parents e2c8c63 + 10681e1 commit bb338dd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.0"
6+
current_version = "0.11.1"
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.0\...HEAD[Unreleased]
17+
== {compare-url}/v0.11.0\...v0.11.1[0.11.1] - 2025-03-12
1818

1919
=== Added
2020

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.0"
7+
version = "0.11.1"
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
@@ -108,7 +108,7 @@
108108
//! [Unix time]: https://en.wikipedia.org/wiki/Unix_time
109109
//! [MS-DOS date and time]: https://learn.microsoft.com/en-us/windows/win32/sysinfo/ms-dos-date-and-time
110110
111-
#![doc(html_root_url = "https://docs.rs/nt-time/0.11.0/")]
111+
#![doc(html_root_url = "https://docs.rs/nt-time/0.11.1/")]
112112
#![no_std]
113113
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]
114114
// Lint levels of rustc.

0 commit comments

Comments
 (0)