From 5ebff11232c7c5af208067c534b68092cd8506c4 Mon Sep 17 00:00:00 2001 From: Thomas Benz Date: Fri, 10 May 2024 09:55:44 +0200 Subject: [PATCH] Release v0.6.2 --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3dc401..51175bda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.6.2 - 2024-05-10 + +### Fixed +- Missing signal assign in backend template + +## 0.6.1 - 2024-04-23 + +### Fixed +- Missing signal assign in legalizer template + ## 0.6.0 - 2024-03-11 ### Fixed diff --git a/VERSION b/VERSION index 09a3acfa..b1d7abc0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 \ No newline at end of file +0.6.2 \ No newline at end of file