Skip to content

Commit 504a396

Browse files
committed
update changelog and bump version
1 parent fdd09d0 commit 504a396

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

doc/changelog.md

+44
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# Changes
22

3+
## v1.6.5 (16 December 2024)
4+
5+
- New: measure CPU time alongside wall time for experiments #275
6+
7+
## v1.6.4 (5 April 2023)
8+
9+
- New: GitHub Actions for CI #171
10+
- New: add ruby 3.1 support #175
11+
- Fix: `compare_errors` in docs #178
12+
- Fix: remove outdated travis configs #179
13+
- Fix: typos #191
14+
- New: add support for `after_run` blocks #211
15+
16+
## v1.6.3 (9 December 2021)
17+
18+
- Fix: improve marshaling implementation #169
19+
20+
## v1.6.2 (4 November 2021)
21+
22+
- New: make `MismatchError` marshalable #168
23+
24+
## v1.6.1 (22 October 2021)
25+
26+
- Fix: moving supported ruby versions from <=2.3 to >=2.6 #150
27+
- Fix: update docs to explain timeout handling #159
28+
- New: add support for comparing errors #77
29+
30+
## v1.6.0 (8 March 2021)
31+
32+
- Fix: clarify unit for observations #124
33+
- New: enable support for truffleruby #143
34+
- Fix: don't default experiment when included in a module #144
35+
36+
## v1.5.0 (8 September 2020)
37+
38+
- Fix: clearer explanation of exception handling #110
39+
- Fix: remove unused attribute from `Scientist::Observation` #119
40+
- New: Added internal extension point for generating experinet results #121
41+
- New: Add `Scientist::Experiment.register` helper #104
42+
43+
## v1.4.0 (20 September 2019)
44+
45+
- New: Make `MismatchError` a base `Exception` #107
46+
347
## v1.3.0 (2 April 2019)
448

549
- New: Drop support for ruby <2.3

lib/scientist/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Scientist
2-
VERSION = '1.6.4'
2+
VERSION = '1.6.5'
33
end

0 commit comments

Comments
 (0)