From 452883d5bfb431d76cd2f2af6fa3359db7d22d63 Mon Sep 17 00:00:00 2001 From: Arseniy Aharonov Date: Sun, 27 Aug 2023 23:08:54 +0100 Subject: [PATCH] Preparing release 2.2.0 See ./CHANGELOG.md for more detail Signed-off-by: Arseniy Aharonov --- CHANGELOG.md | 10 +++++++++- stat_attributes.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acaeed5..476832f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,15 @@ All notable changes to this project will be documented in this file. Release name format: [2.2.1] - 2020-02-02 --> -## Next Release +## [Unreleased] + +None + +## [2.2.0] - 2023-08-27 + +### Added + +- Added support for MSVC 2022 ### Fixed diff --git a/stat_attributes.py b/stat_attributes.py index 5953967..1e2bf43 100644 --- a/stat_attributes.py +++ b/stat_attributes.py @@ -5,7 +5,7 @@ # SPDX-License-Identifier: MIT # ---------------------------------------------------------------------------------------------------------------------- -VERSION = '2.1.7' +VERSION = '2.2.0' WEB_URL = "https://github.com/westerndigitalcorporation/stat#3-usage" RESOURCES_DIRECTORY = 'resources'