From 2667c3c72c95f7b91669d97d1435a1814cb97c01 Mon Sep 17 00:00:00 2001 From: "5684185+vsariola@users.noreply.github.com" <5684185+vsariola@users.noreply.github.com> Date: Sat, 10 Aug 2024 15:29:49 +0300 Subject: [PATCH] docs: update CHANGELOG.md for v0.4.0 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b40cfc8..8156acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,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/). -## Unreleased +## v0.4.0 ### Added - User can drop preset instruments into `os.UserConfigDir()/sointu/presets/` and they appear in the list of presets next time sointu is started. @@ -151,7 +151,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - a command line utility to convert .yml songs to .asm - a command line utility to play the songs on command line -[Unreleased]: https://github.com/vsariola/sointu/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/vsariola/sointu/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/vsariola/sointu/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/vsariola/sointu/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/vsariola/sointu/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/vsariola/sointu/compare/4klang-3.11...v0.1.0