Skip to content

Commit

Permalink
Bump version 0.5.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Pruitt committed Jan 25, 2022
1 parent 4552cd8 commit f623a13
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# Version 0.5.0

* Add support for DragonRuby Indie

# Version 0.4.0

* Add support for DragonRuby versions > 3
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "smaug-bin"
version = "0.4.0"
version = "0.5.0"
authors = ["Matt Pruitt <matt@guitsaru.com>"]
edition = "2018"
license = "AGPL-3.0-or-later"
Expand All @@ -17,7 +17,7 @@ path = "src/main.rs"


[dependencies]
smaug-lib = { path = "../smaug", version = "0.4.0" }
smaug-lib = { path = "../smaug", version = "0.5.0" }

clap = "3.0.0-beta.2"
derive_more = "0.99.11"
Expand Down
2 changes: 1 addition & 1 deletion cli/src/main.rs
Expand Up @@ -18,7 +18,7 @@ use log::*;

fn main() {
let matches = clap_app!(smaug =>
(version: "0.4.0")
(version: "0.5.0")
(author: "Matt Pruitt <matt@guitsaru.com>")
(about: "Create games and share packages with the DragonRuby community")
(setting: clap::AppSettings::SubcommandRequiredElseHelp)
Expand Down
2 changes: 1 addition & 1 deletion smaug/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "smaug-lib"
version = "0.4.0"
version = "0.5.0"
authors = ["Matt Pruitt <matt@guitsaru.com>"]
edition = "2018"
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit f623a13

Please sign in to comment.