diff --git a/CHANGELOG.md b/CHANGELOG.md index b35ba0e0..9b07d137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,29 +6,22 @@ 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). -## [Unreleased] - YYYY-MM-DD +## [0.6.0] - 2023-01-23 ### Added - Added `ModuleAvailableCache` ([#86](https://github.com/Lightning-AI/utilities/pull/86)) - ### Changed - Apply local actions in re-usable workflows ([#51](https://github.com/Lightning-AI/utilities/pull/51)) - CI: abstract package actions ([#48](https://github.com/Lightning-AI/utilities/pull/48)) - CI: Checkout submodules recursive ([#82](https://github.com/Lightning-AI/utilities/pull/82)) - ### Fixed - CI: Checking schem in both yaml & yml + verbose ([#84](https://github.com/Lightning-AI/utilities/pull/84)) -### Removed - - -### Deprecated - ## [0.5.0] - 2022-12-21 diff --git a/src/lightning_utilities/__about__.py b/src/lightning_utilities/__about__.py index 7ba6c287..3d77815d 100644 --- a/src/lightning_utilities/__about__.py +++ b/src/lightning_utilities/__about__.py @@ -1,6 +1,6 @@ import time -__version__ = "0.6.0dev" +__version__ = "0.6.0" __author__ = "Lightning AI et al." __author_email__ = "pytorch@lightning.ai" __license__ = "Apache-2.0"