We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df77320 commit 96775b4Copy full SHA for 96775b4
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+# Changelog
2
+
3
+## [0.2.0] - 2019-04-14
4
+### Added
5
6
+* Published to crates.io: https://crates.io/crates/gitpub
7
+* Github support
8
+* Gitlab support
9
10
+### Changed
11
12
+* Short versions of shared properties
Cargo.toml
@@ -9,7 +9,7 @@ homepage = "https://docs.rs/gitpub/"
readme = "README.md"
keywords = ["git", "cli"]
categories = ["command-line-utilities"]
-license-file = "LICENSE"
+license = "GPL-3.0"
13
edition = "2018"
14
15
[dependencies]
0 commit comments