Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vilhelmprytz committed Nov 9, 2021
1 parent 53e0702 commit 031f8d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## next-release
## v0.9.0 (released on 2021-11-09)

- **Added** [#112](https://github.com/wilfred-dev/wilfred/issues/112) Added the ability to add additional ports to any server using `wilfred port <name of server> <add / remove> <port to add or remove>`.
- **Fixed** [#118](https://github.com/wilfred-dev/wilfred/issues/118) Fixed a minor spelling mistake during server creation.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = "Vilhelm Prytz"

# The full version, including alpha/beta/rc tags
release = "v0.8.0"
release = "v0.9.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wilfred
base: core18
version: git # set version on release ('v0.1.0') and use 'git' during dev
version: "v0.9.0" # set version on release ('v0.1.0') and use 'git' during dev
summary: A CLI for managing game servers using Docker # 79 char long summary
description: |
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.
Expand Down
2 changes: 1 addition & 1 deletion wilfred/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
# use "0.0.0.dev0" to indicate incremental commit build
# specify version "0.3.0" to indicate standard release
# "commit_date" should be replaced upon building
version = "0.0.0.dev0"
version = "0.9.0"
commit_hash = "development"
commit_date = "YYYY-MM-DD"

0 comments on commit 031f8d7

Please sign in to comment.