diff --git a/HISTORY.md b/HISTORY.md index 803360b..c64b2e1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## 0.2.0 - 2022-03-18 + ***Added:*** - Bump the minimum supported version of Hatchling diff --git a/hatch_vcs/__about__.py b/hatch_vcs/__about__.py index 0da476d..4c831be 100644 --- a/hatch_vcs/__about__.py +++ b/hatch_vcs/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Ofek Lev # # SPDX-License-Identifier: MIT -__version__ = '0.1.0' +__version__ = '0.2.0'