Skip to content

Commit 632e460

Browse files
committed
release v0.6.0
1 parent e09ea6e commit 632e460

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
## Unreleased
1010

11+
## 0.6.0 - 2022-05-12
12+
13+
***Added:***
14+
15+
- Bump the minimum supported version of Hatch
16+
1117
## 0.5.0 - 2022-01-23
1218

1319
***Added:***

hatch_containers/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2021-present Ofek Lev <oss@ofek.dev>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = '0.5.0'
4+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)