From da6d0bf60816d977f55483db4ba9f837968fb475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Senart?= <> Date: Sat, 27 Jan 2024 14:15:23 +0100 Subject: [PATCH] Fix lint error: W291 trailing whitespace --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9029694..80c1e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.3.1] - 2024-01-27 + +### Fixed +- Fix lint error: W291 trailing whitespace + ## [0.3.0] - 2024-01-27 ### Fixed