diff --git a/CHANGELOG.md b/CHANGELOG.md index 52461ee..32ae5a9 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.1] - 2023-10-07 ### Changed @@ -29,6 +29,7 @@ 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.0...HEAD +[Unreleased]: https://github.com/daxpedda/web-time/compare/v0.2.1...HEAD +[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 [0.1.0]: https://github.com/daxpedda/web-time/releases/tag/v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 32f8814..1380baf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "web-time" repository = "https://github.com/daxpedda/web-time" rust-version = "1.60" -version = "0.2.0" +version = "0.2.1" [lib] test = false diff --git a/README.md b/README.md index e9f9b39..7a1e3d5 100644 --- a/README.md +++ b/README.md @@ -97,10 +97,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.0/CHANGELOG.md -[CONTRIBUTING]: https://github.com/daxpedda/web-time/blob/v0.2.0/CONTRIBUTING.md -[LICENSE-MIT]: https://github.com/daxpedda/web-time/blob/v0.2.0/LICENSE-MIT -[LICENSE-APACHE]: https://github.com/daxpedda/web-time/blob/v0.2.0/LICENSE-APACHE +[CHANGELOG]: https://github.com/daxpedda/web-time/blob/v0.2.1/CHANGELOG.md +[CONTRIBUTING]: https://github.com/daxpedda/web-time/blob/v0.2.1/CONTRIBUTING.md +[LICENSE-MIT]: https://github.com/daxpedda/web-time/blob/v0.2.1/LICENSE-MIT +[LICENSE-APACHE]: https://github.com/daxpedda/web-time/blob/v0.2.1/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 376c582..e019f58 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -89,10 +89,10 @@ //! license, shall be dual licensed as above, without any additional terms or //! conditions. //! -//! [CHANGELOG]: https://github.com/daxpedda/web-time/blob/v0.2.0/CHANGELOG.md -//! [CONTRIBUTING]: https://github.com/daxpedda/web-time/blob/v0.2.0/CONTRIBUTING.md -//! [LICENSE-MIT]: https://github.com/daxpedda/web-time/blob/v0.2.0/LICENSE-MIT -//! [LICENSE-APACHE]: https://github.com/daxpedda/web-time/blob/v0.2.0/LICENSE-APACHE +//! [CHANGELOG]: https://github.com/daxpedda/web-time/blob/v0.2.1/CHANGELOG.md +//! [CONTRIBUTING]: https://github.com/daxpedda/web-time/blob/v0.2.1/CONTRIBUTING.md +//! [LICENSE-MIT]: https://github.com/daxpedda/web-time/blob/v0.2.1/LICENSE-MIT +//! [LICENSE-APACHE]: https://github.com/daxpedda/web-time/blob/v0.2.1/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