From 66c20d3309013fbccab8e73dbc3e474edb7c0c45 Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Mon, 14 Mar 2022 18:36:36 +0300 Subject: [PATCH] release 0.3.3 --- .github/ISSUE_TEMPLATE/bug.yml | 1 + .github/ISSUE_TEMPLATE/installation.yml | 1 + CHANGELOG.adoc | 2 +- Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index bed6a78..cb37038 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -11,6 +11,7 @@ body: label: Version description: What Stevedore version are you using? options: + - 0.3.3 - 0.3.2 - 0.3.1 - 0.3.0 diff --git a/.github/ISSUE_TEMPLATE/installation.yml b/.github/ISSUE_TEMPLATE/installation.yml index 09aff18..b4b20ca 100644 --- a/.github/ISSUE_TEMPLATE/installation.yml +++ b/.github/ISSUE_TEMPLATE/installation.yml @@ -11,6 +11,7 @@ body: label: Stevedore Version description: What Stevedore version are you trying to install? options: + - 0.3.3 - 0.3.2 - 0.3.1 - 0.3.0 diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 4773694..7cc4cc4 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -5,7 +5,7 @@ This document provides a high-level view of the changes to the Stevedore by release. For a detailed view of what has changed, refer to the {uri-project}/commits/main[commit history] on GitHub. -== Unreleased +== 0.3.3 (2022-03-13) - @slonopotamus * Use fixed GUIDs for MSI components to avoid unexpected unistalls of files. https://github.com/slonopotamus/stevedore/issues/34[#34] diff --git a/Cargo.toml b/Cargo.toml index ca28612..3d268e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stevedore" -version = "0.3.2" +version = "0.3.3" description = "Docker distribution for Windows that Just Works" edition = "2021" authors = ["Marat Radchenko "]