We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5216dfd commit 25a22f7Copy full SHA for 25a22f7
doc/changelog.md
@@ -1,7 +1,9 @@
1
# Changes
2
3
-## v1.2.1 (UNRELEASED)
+## v1.3.0 (2 April 2019)
4
5
+- New: Drop support for ruby <2.3
6
+- Fix: Build new strings instead of modifying frozen ones
7
- New: Add an accessor for the configured clean block
8
- New: Add a hook to use fabricated durations instead of actual timing data.
9
lib/scientist/version.rb
@@ -1,3 +1,3 @@
module Scientist
- VERSION = "1.2.0"
+ VERSION = "1.3.0"
end
0 commit comments