From 74a0c3b8b834d8f100dad20b266178fef40e0760 Mon Sep 17 00:00:00 2001 From: Jeron Aldaron Lau Date: Sat, 9 Mar 2024 23:52:18 -0600 Subject: [PATCH] Prepare to release whoami 1.5.1 (#109) --- CHANGELOG.md | 6 ++++++ Cargo.lock | 4 +++- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0325aa1..d21907a 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] - 2024-03-09 + +### Fixed + + - Broken link in docs + ## [1.5.0] - 2024-03-03 ### Added 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", 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"