Skip to content

Commit

Permalink
update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zerowidth committed Dec 16, 2024
1 parent fdd09d0 commit 504a396
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# Changes

## v1.6.5 (16 December 2024)

- New: measure CPU time alongside wall time for experiments #275

## v1.6.4 (5 April 2023)

- New: GitHub Actions for CI #171
- New: add ruby 3.1 support #175
- Fix: `compare_errors` in docs #178
- Fix: remove outdated travis configs #179
- Fix: typos #191
- New: add support for `after_run` blocks #211

## v1.6.3 (9 December 2021)

- Fix: improve marshaling implementation #169

## v1.6.2 (4 November 2021)

- New: make `MismatchError` marshalable #168

## v1.6.1 (22 October 2021)

- Fix: moving supported ruby versions from <=2.3 to >=2.6 #150
- Fix: update docs to explain timeout handling #159
- New: add support for comparing errors #77

## v1.6.0 (8 March 2021)

- Fix: clarify unit for observations #124
- New: enable support for truffleruby #143
- Fix: don't default experiment when included in a module #144

## v1.5.0 (8 September 2020)

- Fix: clearer explanation of exception handling #110
- Fix: remove unused attribute from `Scientist::Observation` #119
- New: Added internal extension point for generating experinet results #121
- New: Add `Scientist::Experiment.register` helper #104

## v1.4.0 (20 September 2019)

- New: Make `MismatchError` a base `Exception` #107

## v1.3.0 (2 April 2019)

- New: Drop support for ruby <2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/scientist/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Scientist
VERSION = '1.6.4'
VERSION = '1.6.5'
end

0 comments on commit 504a396

Please sign in to comment.