From b45f017d76e6f78542330be36aa7489142d67c47 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Mon, 23 Oct 2023 21:26:58 +0200 Subject: [PATCH] Prepare new release --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- README.md | 8 ++++---- src/lib.rs | 8 ++++---- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43aff9c..9dbf8ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.3] - 2023-10-23 ### Changed @@ -41,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial commit. -[Unreleased]: https://github.com/daxpedda/web-time/compare/v0.2.2...HEAD +[Unreleased]: https://github.com/daxpedda/web-time/compare/v0.2.3...HEAD +[0.2.3]: https://github.com/daxpedda/web-time/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/daxpedda/web-time/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/daxpedda/web-time/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/daxpedda/web-time/compare/v0.1.0...v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index b500388..2a9cf16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" name = "web-time" repository = "https://github.com/daxpedda/web-time" rust-version = "1.60" -version = "0.2.2" +version = "0.2.3" [target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies] js-sys = "0.3.20" diff --git a/README.md b/README.md index 1cb914e..c2b5661 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,10 @@ submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. -[CHANGELOG]: https://github.com/daxpedda/web-time/blob/v0.2.2/CHANGELOG.md -[CONTRIBUTING]: https://github.com/daxpedda/web-time/blob/v0.2.2/CONTRIBUTING.md -[LICENSE-MIT]: https://github.com/daxpedda/web-time/blob/v0.2.2/LICENSE-MIT -[LICENSE-APACHE]: https://github.com/daxpedda/web-time/blob/v0.2.2/LICENSE-APACHE +[CHANGELOG]: https://github.com/daxpedda/web-time/blob/v0.2.3/CHANGELOG.md +[CONTRIBUTING]: https://github.com/daxpedda/web-time/blob/v0.2.3/CONTRIBUTING.md +[LICENSE-MIT]: https://github.com/daxpedda/web-time/blob/v0.2.3/LICENSE-MIT +[LICENSE-APACHE]: https://github.com/daxpedda/web-time/blob/v0.2.3/LICENSE-APACHE [`Date.now()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/now [`Instant`]: https://doc.rust-lang.org/std/time/struct.Instant.html [`Instant::now()`]: https://doc.rust-lang.org/std/time/struct.Instant.html#method.now diff --git a/src/lib.rs b/src/lib.rs index 50248ff..66ee784 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -93,10 +93,10 @@ //! license, shall be dual licensed as above, without any additional terms or //! conditions. //! -//! [CHANGELOG]: https://github.com/daxpedda/web-time/blob/v0.2.2/CHANGELOG.md -//! [CONTRIBUTING]: https://github.com/daxpedda/web-time/blob/v0.2.2/CONTRIBUTING.md -//! [LICENSE-MIT]: https://github.com/daxpedda/web-time/blob/v0.2.2/LICENSE-MIT -//! [LICENSE-APACHE]: https://github.com/daxpedda/web-time/blob/v0.2.2/LICENSE-APACHE +//! [CHANGELOG]: https://github.com/daxpedda/web-time/blob/v0.2.3/CHANGELOG.md +//! [CONTRIBUTING]: https://github.com/daxpedda/web-time/blob/v0.2.3/CONTRIBUTING.md +//! [LICENSE-MIT]: https://github.com/daxpedda/web-time/blob/v0.2.3/LICENSE-MIT +//! [LICENSE-APACHE]: https://github.com/daxpedda/web-time/blob/v0.2.3/LICENSE-APACHE //! [`Date.now()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/now //! [`Instant`]: https://doc.rust-lang.org/std/time/struct.Instant.html //! [`Instant::now()`]: https://doc.rust-lang.org/std/time/struct.Instant.html#method.now