Skip to content

Commit

Permalink
release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Mar 14, 2022
1 parent d6532d9 commit 66c20d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <marat@slonopotamus.org>"]
Expand Down

0 comments on commit 66c20d3

Please sign in to comment.