Skip to content

Commit 25a22f7

Browse files
committed
Update changelog and version for 1.3.0 release
1 parent 5216dfd commit 25a22f7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changes
22

3-
## v1.2.1 (UNRELEASED)
3+
## v1.3.0 (2 April 2019)
44

5+
- New: Drop support for ruby <2.3
6+
- Fix: Build new strings instead of modifying frozen ones
57
- New: Add an accessor for the configured clean block
68
- New: Add a hook to use fabricated durations instead of actual timing data.
79

lib/scientist/version.rb

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

0 commit comments

Comments
 (0)