Skip to content

Commit a9f2950

Browse files
author
github-actions
committed
chore(version): v0.6.0
1 parent 62fe521 commit a9f2950

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## [v0.6.0](https://github.com/wahl-dev/wrpt/compare/v0.5.2..v0.6.0) - 2025-01-06
6+
#### Features
7+
- add --insecure flag to skip SSL certificate verification for API requests - ([62fe521](https://github.com/wahl-dev/wrpt/commit/62fe521ab7039a54f0decfd905e41e4981f895f0)) - [@Wahib-L](https://github.com/Wahib-L)
8+
9+
- - -
10+
511
## [v0.5.2](https://github.com/wahl-dev/wrpt/compare/v0.5.1..v0.5.2) - 2025-01-05
612
#### Bug Fixes
713
- move trigger docker workflow step to a new position - ([1e8f96c](https://github.com/wahl-dev/wrpt/commit/1e8f96ca9d5bf8dab7da7ee91a74f7102578683c)) - [@Wahib-L](https://github.com/Wahib-L)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wrpt"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
edition = "2021"
55
license = "MIT"
66
description = "A minimal Portainer cli built with Rust"

0 commit comments

Comments
 (0)