From 4014a2eb4e8575bec9a1f17ae7b92d8956ecd1fd Mon Sep 17 00:00:00 2001 From: Lukas Lueg Date: Thu, 11 Apr 2024 22:25:11 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a98c49ba..21d59a0e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,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). +## [unreleased] +### Added +- Search for lockfile in manifest's parent directory (crates in workspaces) + ## [0.7.2] - 2024-04-09 -### Changelog +### Changed - Fixed hard error in case `rustdoc` is missing ## [0.7.1] - 2023-10-14