Skip to content

Commit

Permalink
Bump CLI version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Aug 19, 2023
1 parent 13066a4 commit 920bc60
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

5 changes: 4 additions & 1 deletion crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2023-08-20

### Added

- Proper changelog.
Expand Down Expand Up @@ -59,5 +61,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Ability to generate shell completion files.
- Configuration system.

[unreleased]: https://github.com/Sharparam/facti/compare/cli/v0.1.0...HEAD
[unreleased]: https://github.com/Sharparam/facti/compare/cli/v0.2.0...HEAD
[0.2.0]: https://github.com/Sharparam/facti/releases/tag/cli/v0.1.0...v0.2.0
[0.1.0]: https://github.com/Sharparam/facti/releases/tag/cli/v0.1.0
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "facti"
version = "0.1.0"
version = "0.2.0"
authors.workspace = true
edition.workspace = true
description = "Factorio mod tool"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ publish = false
anyhow = "1.0.74"
clap = { version = "4.3.21", features = ["derive", "string"] }
clap_mangen = "0.2.12"
facti = { version = "0.1.0", path = "../crates/cli" }
facti = { version = "0.2.0", path = "../crates/cli" }

0 comments on commit 920bc60

Please sign in to comment.