Skip to content

Commit dfdb776

Browse files
committed
Bump version to 3.0.0
1 parent ce06b1f commit dfdb776

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Unreleased
33

44

55

6+
3.0.0
7+
-----
8+
9+
* Merge functionality of `measured-rails` into this gem. From this version on, this gem is able to automatically integrate with Active Record out of the box. (@paracycle)
10+
* Add `:gm` and `:gms` as aliases to weight. (@kushagra-03)
11+
* Adds support for initializing `Measured` objects with a rational value from string. (@dvisockas)
12+
* Make `Measured` initialization faster by avoiding string substitution in certain cases. (@bitwise-aiden)
13+
614
2.8.2
715
-----
816

lib/measured/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Measured
3-
VERSION = "2.8.2"
3+
VERSION = "3.0.0"
44
end

0 commit comments

Comments
 (0)