From 96e07a35da8e06253228f16f473f571d80acd112 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 16 Oct 2016 18:17:13 +0200 Subject: [PATCH] chore(version): keep things stable in v1.0 I think the current API is quite useable, therefore there is no need to keep it below v1 artificially. --- etc/api/shared.yaml | 2 +- etc/api/type-cli.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/api/shared.yaml b/etc/api/shared.yaml index 73e24a667b..a811df65cb 100644 --- a/etc/api/shared.yaml +++ b/etc/api/shared.yaml @@ -64,7 +64,7 @@ directories: # This somewhat intricate setup allows the CLI to access certain cargo-API values, # without having us duplicate them. cargo_api: &cargo_api - build_version: "0.1.15" + build_version: "1.0.0" cargo: # This means that the API must not specify the shared variables from cargo_api # anymore diff --git a/etc/api/type-cli.yaml b/etc/api/type-cli.yaml index 8f09fa8dde..0fe499475b 100644 --- a/etc/api/type-cli.yaml +++ b/etc/api/type-cli.yaml @@ -23,7 +23,7 @@ make: - source: main.rs output_dir: src cargo: - build_version: "0.3.6" + build_version: "1.0.0" keywords: [cli] is_executable: YES dependencies: