Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit f4d5004

Browse files
committed
Packaging for release v1.0.0
1 parent 167a1b1 commit f4d5004

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
Version 0.9.3
1+
Version 1.0.0
2+
------
3+
* Release the installer-based version of the CLI
4+
5+
Version 0.9.3 - Internal Test Version
26
------
37
* Rebased to master
48
* Removed auto-generated files from builds directory
59

6-
Version 0.9.2
10+
Version 0.9.2 - Internal Test Version
711
------
812
* Rebased to master, to pull in 7+ Pull Requests
913
* Updates to dependencies to package files (updated Ruby version)
1014

11-
Version 0.9.1
15+
Version 0.9.1 - Internal Test Version
1216
------
1317
* Updated required Ruby version for the CLI
1418
* Minor fixes for the build / release process
1519

16-
Version 0.9.0
20+
Version 0.9.0 - Internal Test Version
1721
------
1822
* Initial test release of gem-based CLI

lib/shopify-cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ShopifyCli
2-
VERSION = '0.9.3'
2+
VERSION = '1.0.0'
33
end

0 commit comments

Comments
 (0)