Jelajahi Sumber

Version bump to 1.7.2

Andrew Kane 8 tahun lalu
induk
melakukan
256e6bbd32
3 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 2 2
      CHANGELOG.md
  2. 1 1
      README.md
  3. 1 1
      lib/blazer/version.rb

+ 2 - 2
CHANGELOG.md

@@ -1,9 +1,9 @@
-## 1.7.2 [unreleased]
+## 1.7.2
 
 - Cancel all queries on page nav
 - Prevent Ace from taking over find command
 - Added ability to use hashes for smart columns
-- Added ability to inherit smart variables
+- Added ability to inherit smart variables and columns from other data sources
 
 ## 1.7.1
 

+ 1 - 1
README.md

@@ -228,7 +228,7 @@ smart_columns:
   city_id: "SELECT id, name FROM cities WHERE id IN {value}"
 ```
 
-You can also use a hash for static data and enums. [master]
+You can also use a hash for static data and enums.
 
 ```yml
 smart_columns:

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "1.7.1"
+  VERSION = "1.7.2"
 end