From e258ad8aed529be650e5a44c2d0cb4ac171df436 Mon Sep 17 00:00:00 2001 From: Michael Rogenmoser Date: Sat, 19 Oct 2024 17:41:24 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4adb1b66..0ed761c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## Unreleased ### Fixed - Put `vcs`, `vsim`, and `riviera` defines in quotes. +- Fix `genus` script initialization. +- Update Readme with for script formats. +- Fix vendor file mappings when combining into a single directory. +- Make panic an error when lockfile is not up to date with dependencies. +- Fix Readme dependency version indication for exact match. +- Fix vendor file copying for symbolic links. + +### Added +- Add abort on error for `vcs` script type. +- Add warning to update command when using overrides. +- Add support for branchless commits in dependency repositories. + +### Changed +- Bump dependencies. ## 0.28.1 - 2024-02-22 ### Added