(cargo-release) version 0.2.0
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nolan Darilek 2022-08-27 08:49:44 -05:00
parent a732c8bb3a
commit 0c02c10895
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "here_be_dragons"
version = "0.1.1"
version = "0.2.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>", "Krzysztof Langner <klangner@gmail.com>"]
description = "Map generator for games"
keywords = ["game", "map", "map-generator"]
@ -16,4 +16,4 @@ rand = "0.8"
tag-prefix = ""
publish = false
push = false
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]