From 6431f168c6cbdf550433a8312ff02a44d7b99ae9 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Sun, 14 Jan 2024 18:00:03 +0100 Subject: [PATCH] Prepare new release --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- README.md | 8 ++++---- src/lib.rs | 8 ++++---- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a57f3..2f608d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [1.0.0] - 2023-01-14 + +### Added +- V1 release. + + ## [0.2.4] - 2023-12-24 ### Added @@ -50,7 +56,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.4...HEAD +[Unreleased]: https://github.com/daxpedda/web-time/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/daxpedda/web-time/compare/v0.2.4...v1.0.0 [0.2.4]: https://github.com/daxpedda/web-time/compare/v0.2.3...v0.2.4 [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 diff --git a/Cargo.toml b/Cargo.toml index 58f1985..ddfda45 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.4" +version = "1.0.0" [target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies] js-sys = "0.3.20" diff --git a/README.md b/README.md index ce5191a..0d04cbd 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.4/CHANGELOG.md -[CONTRIBUTING]: https://github.com/daxpedda/web-time/blob/v0.2.4/CONTRIBUTING.md -[LICENSE-MIT]: https://github.com/daxpedda/web-time/blob/v0.2.4/LICENSE-MIT -[LICENSE-APACHE]: https://github.com/daxpedda/web-time/blob/v0.2.4/LICENSE-APACHE +[CHANGELOG]: https://github.com/daxpedda/web-time/blob/v1.0.0/CHANGELOG.md +[CONTRIBUTING]: https://github.com/daxpedda/web-time/blob/v1.0.0/CONTRIBUTING.md +[LICENSE-MIT]: https://github.com/daxpedda/web-time/blob/v1.0.0/LICENSE-MIT +[LICENSE-APACHE]: https://github.com/daxpedda/web-time/blob/v1.0.0/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 36c8fbd..81d3b36 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.4/CHANGELOG.md -//! [CONTRIBUTING]: https://github.com/daxpedda/web-time/blob/v0.2.4/CONTRIBUTING.md -//! [LICENSE-MIT]: https://github.com/daxpedda/web-time/blob/v0.2.4/LICENSE-MIT -//! [LICENSE-APACHE]: https://github.com/daxpedda/web-time/blob/v0.2.4/LICENSE-APACHE +//! [CHANGELOG]: https://github.com/daxpedda/web-time/blob/v1.0.0/CHANGELOG.md +//! [CONTRIBUTING]: https://github.com/daxpedda/web-time/blob/v1.0.0/CONTRIBUTING.md +//! [LICENSE-MIT]: https://github.com/daxpedda/web-time/blob/v1.0.0/LICENSE-MIT +//! [LICENSE-APACHE]: https://github.com/daxpedda/web-time/blob/v1.0.0/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