Skip to content

Commit 1322f72

Browse files
committed
set version to 0.1 to avoid surprises like happened with git-date (#450)
`git-date` remained in `0.0` land which seemed to have allowed version incompatbility despite the work of cargo-smart-release.
1 parent 6a39e62 commit 1322f72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

git-command/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-command"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A WIP crate of the gitoxide project handling internal git command execution"

0 commit comments

Comments
 (0)