From 6788652c400a844de3e3f10675a1ed23b60f6e0c Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Thu, 28 Dec 2023 12:42:35 +0800 Subject: [PATCH] Release notes for 0.23.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbd775ff8..6c600bae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.23.0] - 2023-12-28 + +- A new rule that deters from using underscore-prefixed elements #643 #573 #591 [@tehraninasab] & [@webwarrior-ws] +- CI: don't push pre-releases for release notes commits. #647 [@knocte] +- Ignore empty lines and comments when counting number of lines #644 #634 [@Mersho] & [@webwarrior-ws] + + ## [0.21.10] - 2023-12-20 - AvoidSinglePipeOperator: fix false positive #640 [@webwarrior-ws]