From ce92d13be0014999406b5e9b7ed2de9266e91a0f Mon Sep 17 00:00:00 2001 From: lukaslueg Date: Thu, 29 Jun 2023 20:51:38 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8900fdda9..5fb3079e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ 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] +### Changed +- `cargo-lock` is now an optional dependency + ## [0.6.1] - 2023-06-19 ### Changed - Bump `git2` to 0.17 @@ -67,7 +70,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.6.0...master +[unreleased]: https://github.com/lukaslueg/built/compare/0.6.1...master +[0.6.1]: https://github.com/lukaslueg/built/compare/0.6.0...0.6.1 [0.6.0]: https://github.com/lukaslueg/built/compare/0.5.3...0.6.0 [0.5.3]: https://github.com/lukaslueg/built/compare/0.5.2...0.5.3 [0.5.2]: https://github.com/lukaslueg/built/compare/0.5.1...0.5.2