Skip to content

Commit

Permalink
Merge branch 'release/v0.10.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Dec 24, 2024
2 parents 90ffc0c + fa7c605 commit af351a5
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

[tool.bumpversion]
current_version = "0.10.3"
current_version = "0.10.4"

[[tool.bumpversion.files]]
filename = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
The format is based on https://keepachangelog.com/[Keep a Changelog], and this
project adheres to https://semver.org/[Semantic Versioning].

== {compare-url}/v0.10.3\...HEAD[Unreleased]
== {compare-url}/v0.10.3\...v0.10.4[0.10.4] - 2024-12-24

=== Added

Expand Down
65 changes: 28 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "nt-time"
version = "0.10.3"
version = "0.10.4"
authors = ["Shun Sakai <[email protected]>"]
edition = "2021"
rust-version = "1.67.1"
Expand Down Expand Up @@ -55,12 +55,12 @@ time = { version = "0.3.37", default-features = false, features = ["macros"] }

[dev-dependencies]
anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.3.24", features = ["derive"] }
proptest = "1.6.0"
proptest-derive = "0.5.1"
serde_json = "1.0.134"
serde_test = "1.0.177"
test-strategy = "0.4.0"
test-strategy = "0.3.1"

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
nt-time = "0.10.3"
nt-time = "0.10.4"
```

### Crate features
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
//! [Unix time]: https://en.wikipedia.org/wiki/Unix_time
//! [MS-DOS date and time]: https://learn.microsoft.com/en-us/windows/win32/sysinfo/ms-dos-date-and-time
#![doc(html_root_url = "https://docs.rs/nt-time/0.10.3/")]
#![doc(html_root_url = "https://docs.rs/nt-time/0.10.4/")]
#![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]
// Lint levels of rustc.
Expand Down

0 comments on commit af351a5

Please sign in to comment.