Skip to content

Commit 927ecf5

Browse files
committed
releasing 0.0.10.
1 parent a200112 commit 927ecf5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.1.0
1+
# 0.0.10
22

33
* `Defaults.merge!` will now deprecate non-wrapped `Array` values. The following code is no longer valid (but still works).
44

lib/declarative/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Declarative
2-
VERSION = "0.0.9"
2+
VERSION = "0.0.10"
33
end

test/defaults_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ class DefaultsOptionsTest < Minitest::Spec
9191
{ _features: ["B", "D"] }
9292
end
9393

94-
# prints deprecation.
9594
defaults.(nil, {}).inspect.must_equal "{:_features=>[\"A\", \"B\", \"D\"]}"
9695

9796
$stderr.string.must_equal %{[Declarative] Defaults#merge! and #call still accept arrays and automatically prepend those. This is now deprecated, you should replace `ary` with `Declarative::Variables::Append(ary)`.\n}*2

0 commit comments

Comments
 (0)