Skip to content

Commit e501d59

Browse files
committed
Release 1.5.0
1 parent e49954f commit e501d59

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v1.5.0 (2025-06-24)
6+
7+
### Minor changes
8+
9+
- Add qcow2 as supported image import format.
10+
- Drop support for Python <3.9.
11+
12+
### Bug fixes
13+
14+
- Fix some commands not showing up in certain configurations.
15+
516
## v1.4.0 (2021-05-03)
617

7-
### Minor Chages
18+
### Minor changes
819

920
- Implemented interface support.
1021

cloudscale_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0"
1+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)