Skip to content

Commit

Permalink
Releasing 0.2.0
Browse files Browse the repository at this point in the history
Code changes are very stable. Time to make this more available.
  • Loading branch information
tkellogg committed Jul 10, 2022
1 parent 3dedd61 commit 3336294
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[package]
name = "dura"
version = "0.2.0-snapshot"
version = "0.2.0"
edition = "2021"
authors = ["Tim Kellogg and the Internet"]
description = "Dura backs up your work automatically via Git commits."
license = "Apache-2.0"
homepage = "https://github.com/tkellogg/dura/"
repository = "https://github.com/tkellogg/dura/"
documentation = "https://github.com/tkellogg/dura/blob/master/README.md"

[dependencies]
clap = { version = "3.1.6", features = ["cargo"] }
Expand Down

0 comments on commit 3336294

Please sign in to comment.