Skip to content

Commit 3fe9647

Browse files
committed
Bump version to 0.3.0
1 parent e74f7a1 commit 3fe9647

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ The **third number** is the patch version (bug fixes)
1010

1111
<!-- changelog follows -->
1212

13-
## Unreleased
13+
<!-- ## Unreleased -->
14+
15+
## [0.3.0](https://github.com/unioslo/harbor-cli/tree/harbor-cli-v0.3.0) - 2024-06-26
1416

1517
### Added
1618

Diff for: harbor_cli/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# SPDX-License-Identifier: MIT
44
from __future__ import annotations
55

6-
__version__ = "0.2.2"
6+
__version__ = "0.3.0"
77
APP_NAME = "harbor-cli"
88
AUTHOR = "unioslo"

0 commit comments

Comments
 (0)