You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Please refer to the [official documentation](https://docs.wilfredproject.org/en/latest/development.html) for more information about the CHANGELOG and releases.
4
4
5
-
## next-release
5
+
## v0.6.1 (released on 2020-05-03)
6
6
7
7
***Fixed**[#54](https://github.com/wilfred-dev/wilfred/issues/54) Hopefully fixed broken PyPI deployment with Travis CI.
8
8
***Fixed**[#55](https://github.com/wilfred-dev/wilfred/issues/55) Fixed so that Docker exceptions reveal more info when installing by raising the Docker exceptions directly to the CLI.
Copy file name to clipboardExpand all lines: snap/snapcraft.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: wilfred
2
2
base: core18
3
-
version: git# set version on release ('v0.1.0') and use 'git' during dev
3
+
version: 'v0.6.1'# set version on release ('v0.1.0') and use 'git' during dev
4
4
summary: A CLI for managing game servers using Docker # 79 char long summary
5
5
description: |
6
6
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.
0 commit comments