From 30f0cd11fa1e9c5b0f2c0f27c986bc4dcdabd9aa Mon Sep 17 00:00:00 2001 From: Sebastian Tramp Date: Fri, 2 Feb 2024 09:23:03 +0100 Subject: [PATCH] change log --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3ebc0..689093f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/) -## [Unreleased] +## [6.1.0] 2024-02-02 ### Fixed - check:ruff now creates always a junit XML file - ignore FIX002 - allow to add TODO notes in the code + +### Changed + - ignore FBT (boolean trap)