From a39212a2e53edf7e18ce334f052b990a50c616fa Mon Sep 17 00:00:00 2001 From: Lukas Lueg Date: Tue, 21 May 2024 21:00:07 +0200 Subject: [PATCH] Bump to 0.7.3 --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d59a0e1..8f2b594ec 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](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [0.7.3] - 2024-05-21 ### Added - Search for lockfile in manifest's parent directory (crates in workspaces) @@ -84,7 +84,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed - Bump `semver` to 0.10 -[unreleased]: https://github.com/lukaslueg/built/compare/0.7.2...master +[unreleased]: https://github.com/lukaslueg/built/compare/0.7.3...master +[0.7.3]: https://github.com/lukaslueg/built/compare/0.7.2...0.7.3 [0.7.2]: https://github.com/lukaslueg/built/compare/0.7.1...0.7.2 [0.7.1]: https://github.com/lukaslueg/built/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/lukaslueg/built/compare/0.6.1...0.7.0 diff --git a/Cargo.toml b/Cargo.toml index eb7d32bf0..88e9181e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "built" -version = "0.7.2" +version = "0.7.3" description = "Provides a crate with information from the time it was built." repository = "https://github.com/lukaslueg/built" documentation = "https://docs.rs/built"