Skip to content

Commit

Permalink
version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Apr 27, 2016
1 parent 9eafa05 commit 851d1fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.6.3

- Ensure defaults not overwrite persisted settings (#98) (Kevin Sjöberg)

## 0.6.2

- Make sure YAML default settings can work when Rails not initialized (in Rails initializes or environments/*.rb)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails-settings-cached (0.6.2)
rails-settings-cached (0.6.3)
rails (>= 4.2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/rails-settings/version.rb
@@ -1,7 +1,7 @@
module RailsSettings
class << self
def version
"0.6.2"
"0.6.3"
end
end
end

0 comments on commit 851d1fa

Please sign in to comment.