Преглед изворни кода

Packaging for version 1.2.1

Dennis Theisen пре 14 година
родитељ
комит
56bf1f3db1
2 измењених фајлова са 7 додато и 1 уклоњено
  1. 6 0
      CHANGELOG
  2. 1 1
      shopify_api.gemspec

+ 6 - 0
CHANGELOG

@@ -1,3 +1,9 @@
+== Version 1.2.1
+
+* Allow abbreviated names for all commands like rails does, e.g. 'shopify c' instead of 'shopify console'
+* Fix Variant to support accessing both nested variants with a product prefix as well as top level variants directly
+* Add 'grande' to supported product image size variants
+
 == Version 1.2.0
 
 * Command-line interface

+ 1 - 1
shopify_api.gemspec

@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{shopify_api}
-  s.version = "1.2.0"
+  s.version = "1.2.1"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.authors = ["Tobias L\303\274tke", "Cody Fauser", "Dennis Theisen"]