From f4d5004ef4bba9c07f715cac43ea4e7c744c916f Mon Sep 17 00:00:00 2001 From: Paulo Margarido Date: Tue, 14 Jul 2020 14:42:42 -0400 Subject: [PATCH] Packaging for release v1.0.0 --- CHANGELOG.md | 12 ++++++++---- lib/shopify-cli/version.rb | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a795b38f60..905c1b2d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,22 @@ -Version 0.9.3 +Version 1.0.0 +------ +* Release the installer-based version of the CLI + +Version 0.9.3 - Internal Test Version ------ * Rebased to master * Removed auto-generated files from builds directory -Version 0.9.2 +Version 0.9.2 - Internal Test Version ------ * Rebased to master, to pull in 7+ Pull Requests * Updates to dependencies to package files (updated Ruby version) -Version 0.9.1 +Version 0.9.1 - Internal Test Version ------ * Updated required Ruby version for the CLI * Minor fixes for the build / release process -Version 0.9.0 +Version 0.9.0 - Internal Test Version ------ * Initial test release of gem-based CLI diff --git a/lib/shopify-cli/version.rb b/lib/shopify-cli/version.rb index cb911f8dfa..a07a5fe527 100644 --- a/lib/shopify-cli/version.rb +++ b/lib/shopify-cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCli - VERSION = '0.9.3' + VERSION = '1.0.0' end