Bump to 0.5.0
authorAlex Crichton <alex@alexcrichton.com>
Tue, 11 Aug 2015 20:31:21 +0000 (13:31 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 11 Aug 2015 20:31:21 +0000 (13:31 -0700)
Cargo.lock
Cargo.toml
Makefile.in

index 1f1da6d19ec94037cd0f7ea527b2c19df61546ec..22941d4286b54af46cce22c3a4deb2f24439159a 100644 (file)
@@ -1,6 +1,6 @@
 [root]
 name = "cargo"
-version = "0.4.0"
+version = "0.5.0"
 dependencies = [
  "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
index 70635a2fe1e95222edb6c2af545b1484bd01dce5..ca5a971cb1fe0fc75d635470db4d8c595d567ab9 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "cargo"
-version = "0.4.0"
+version = "0.5.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
index 84ddd43da35d623d8c8d818be1c9fc7be7aae8d4..b5b2163e0e43953a3ac869f2628f1485375eae33 100644 (file)
@@ -1,4 +1,4 @@
-CFG_RELEASE_NUM=0.4.0
+CFG_RELEASE_NUM=0.5.0
 CFG_RELEASE_LABEL=
 
 include config.mk