From 25373c5142e6789dad4143b6910262ed8e97b218 Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Thu, 20 Jun 2024 10:49:21 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5cbb747..d6dd0f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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.9.3] 2024-06-20 + +### Fixed + +- Remove the vertical alignment assertion on multiples of 4 on Stax +- Fixed the actions versions for `upload-artifact` and `download-artifact` in v4 + ## [0.9.2] 2024-06-19 ### Added @@ -13,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.9.1] 2024-05-14 -### Fix +### Fixed - `importlib.resources` does not exists on Python 3.8