Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Set version to 0.4.0 #209

Merged
merged 1 commit into from
Jun 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Changelog

== 0.4.0 - unreleased
== 0.4.0 - 2021-06-23

:188: https://github.com/stackabletech/agent/pull/188[#188]
:205: https://github.com/stackabletech/agent/pull/205[#205]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "The component of the Stackable Platform that manages installation
edition = "2018"
license = "Apache-2.0"
name = "stackable-agent"
version = "0.4.0-nightly"
version = "0.4.0"

[dependencies]
# We are currently referencing the Krustlet directly from a Stackable fork of the official repository.
Expand Down