This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #738 from Shopify/release_1_0_0
Packaging for release v1.0.0
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module ShopifyCli | ||
VERSION = '0.9.3' | ||
VERSION = '1.0.0' | ||
end |