Skip to content

Commit aa12ce3

Browse files
author
github-actions
committed
chore(version): v0.6.1
1 parent 93138a1 commit aa12ce3

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.1](https://github.com/wahl-dev/wrpt/compare/v0.6.0..v0.6.1) - 2025-01-14
6+
#### Bug Fixes
7+
- **(docker)** switch base image from distroless to debian:12-slim for better compatibility and add docker-compose binary to the image - ([93138a1](https://github.com/wahl-dev/wrpt/commit/93138a1317e2d318f040f09142b4e0eedfdc756a)) - [@Wahib-L](https://github.com/Wahib-L)
8+
9+
- - -
10+
511
## [v0.6.0](https://github.com/wahl-dev/wrpt/compare/v0.5.2..v0.6.0) - 2025-01-06
612
#### Features
713
- 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)

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.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
license = "MIT"
66
description = "A minimal Portainer cli built with Rust"

0 commit comments

Comments
 (0)