From b270d0b198369464f1c6e194b044ce3018f0562a Mon Sep 17 00:00:00 2001 From: Jeron Aldaron Lau Date: Sat, 9 Mar 2024 23:35:51 -0600 Subject: [PATCH 1/2] Bump version to 1.5.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0325aa1..0908320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## [1.5.1] - Unreleased + +### Fixed + + - Broken link in docs + ## [1.5.0] - 2024-03-03 ### Added diff --git a/Cargo.toml b/Cargo.toml index 1497840..aafc6a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whoami" -version = "1.5.0" +version = "1.5.1" edition = "2018" license = "Apache-2.0 OR BSL-1.0 OR MIT" documentation = "https://docs.rs/whoami" From 6e0269854f70a52095c5fcafa5f620c54de7e8ba Mon Sep 17 00:00:00 2001 From: Jeron Aldaron Lau Date: Sat, 9 Mar 2024 23:40:42 -0600 Subject: [PATCH 2/2] Prepare for release --- CHANGELOG.md | 2 +- Cargo.lock | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0908320..d21907a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [1.5.1] - Unreleased +## [1.5.1] - 2024-03-09 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 1ad4c6c..1c463ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "bitflags" version = "1.3.2" @@ -158,7 +160,7 @@ dependencies = [ [[package]] name = "whoami" -version = "1.5.0" +version = "1.5.1" dependencies = [ "redox_syscall", "wasite",