From 8f188a304bda7114cf7bd0d7a080e484474f35dd Mon Sep 17 00:00:00 2001 From: Adam Lindberg Date: Mon, 4 Sep 2023 16:26:30 +0200 Subject: [PATCH] Version 0.4.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5186638..548a803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ The format is based on [Keep a Changelog], and this project adheres to ## [Unreleased] +## [0.4.1] - 2023-09-04 + ### Fixed - Fix crashing when formatting term diffs containing `~` control sequences @@ -80,7 +82,8 @@ The format is based on [Keep a Changelog], and this project adheres to - Fix for older Erlang version [\#2](https://github.com/eproxus/unite/pull/2) ([JonGretar](https://github.com/JonGretar)) -[Unreleased]: https://github.com/eproxus/unite/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/eproxus/unite/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/eproxus/unite/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/eproxus/unite/compare/v0.3.2...v0.4.0 [0.3.2]: https://github.com/eproxus/unite/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/eproxus/unite/compare/v0.3.0...v0.3.1