Skip to content

Commit 9538bdd

Browse files
committed
chore(release): Update version to 0.10.3
1 parent 7fe9f00 commit 9538bdd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.10.2"
6+
current_version = "0.10.3"
77

88
[[tool.bumpversion.files]]
99
filename = "README.md"

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.10.2\...HEAD[Unreleased]
17+
== {compare-url}/v0.10.2\...v0.10.3[0.10.3] - 2024-11-09
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.10.2"
7+
version = "0.10.3"
88
authors = ["Shun Sakai <[email protected]>"]
99
edition = "2021"
1010
rust-version = "1.67.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add this to your `Cargo.toml`:
2020

2121
```toml
2222
[dependencies]
23-
nt-time = "0.10.2"
23+
nt-time = "0.10.3"
2424
```
2525

2626
### Crate features

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
//! [Unix time]: https://en.wikipedia.org/wiki/Unix_time
8888
//! [MS-DOS date and time]: https://learn.microsoft.com/en-us/windows/win32/sysinfo/ms-dos-date-and-time
8989
90-
#![doc(html_root_url = "https://docs.rs/nt-time/0.10.2/")]
90+
#![doc(html_root_url = "https://docs.rs/nt-time/0.10.3/")]
9191
#![no_std]
9292
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]
9393
// Lint levels of rustc.

0 commit comments

Comments
 (0)