Skip to content

Commit 6599926

Browse files
committed
Release v0.6.0
1 parent 2d6cf17 commit 6599926

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Please refer to the [official documentation](https://docs.wilfredproject.org/en/latest/development/) for more information about the CHANGELOG and releases.
44

5-
## next-release
5+
## v0.6.0 (released on 2020-04-10)
66

77
* **Added** [#47](https://github.com/wilfred-dev/wilfred/issues/47) Added `--force`/`-f` flags to `wilfred kill` and `wilfred delete` (forces actions without confirmation).
88
* **Added** [#50](https://github.com/wilfred-dev/wilfred/issues/50) Added ability to reset back to default startup command (remove custom startup command).

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wilfred
22
base: core18
3-
version: git # set version on release ('v0.1.0') and use 'git' during dev
3+
version: 'v0.6.0' # set version on release ('v0.1.0') and use 'git' during dev
44
summary: A CLI for managing game servers using Docker # 79 char long summary
55
description: |
66
Wilfred is a command-line interface for running game servers locally. It uses Docker to run game servers in containers, which means they are completely separated. Wilfred can run any game that can run in Docker.

wilfred/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
# use "0.0.0.dev0" to indicate incremental commit build
1212
# specify version "0.3.0" to indicate standard release
1313
# "commit_date" should be replaced upon building
14-
version = "0.0.0.dev0"
14+
version = "0.6.0"
1515
commit_hash = "development"
1616
commit_date = "YYYY-MM-DD"

0 commit comments

Comments
 (0)