Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samwho committed Aug 31, 2023
1 parent 3d3e101 commit e78528a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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.

9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
[package]
name = "spacer"
version = "0.1.8"
version = "0.2.0"
edition = "2021"
license = "MIT"
authors = ["Sam Rose <[email protected]>"]
keywords = ["cli"]
categories = ["command-line-utilities"]
repository = "https:/samwho/spacer"
description = "A CLI utility for adding spacers when command output stops"
include = [
"Cargo.toml",
"LICENSE",
"README.md",
"**/*.rs",
]
include = ["Cargo.toml", "LICENSE", "README.md", "**/*.rs"]

[badges]
maintenance = { status = "passively-maintained" }
Expand Down

0 comments on commit e78528a

Please sign in to comment.