From 2cdc758e5d49c152256de4037cff222c0598bfa4 Mon Sep 17 00:00:00 2001 From: Alon Gubkin Date: Tue, 7 Apr 2026 18:58:10 +0300 Subject: [PATCH] chore: release v0.1.1 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..69de726 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.1.1] - 2026-04-07 + +### Ci + +- Automate releases with release-plz ([#4](https://github.com/alienplatform/dockdash/pull/4)) ([fac7f15](https://github.com/alienplatform/dockdash/commit/fac7f15d7506eb298cbc469898e73c99665c4f94)) diff --git a/Cargo.lock b/Cargo.lock index db742bf..cb8cbd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -605,7 +605,7 @@ dependencies = [ [[package]] name = "dockdash" -version = "0.1.0" +version = "0.1.1" dependencies = [ "async-trait", "bollard", diff --git a/Cargo.toml b/Cargo.toml index 11d12b5..4bc3867 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dockdash" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Alien "] description = "Build and push OCI container images without Docker"