Skip to content

Commit

Permalink
Merge pull request #156 from Shopify/uk-prepare-for-release
Browse files Browse the repository at this point in the history
Bump version to 3.0.0
  • Loading branch information
paracycle authored Apr 18, 2024
2 parents ce06b1f + dfdb776 commit ca48a31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Unreleased



3.0.0
-----

* 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)
* Add `:gm` and `:gms` as aliases to weight. (@kushagra-03)
* Adds support for initializing `Measured` objects with a rational value from string. (@dvisockas)
* Make `Measured` initialization faster by avoiding string substitution in certain cases. (@bitwise-aiden)

2.8.2
-----

Expand Down
2 changes: 1 addition & 1 deletion lib/measured/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Measured
VERSION = "2.8.2"
VERSION = "3.0.0"
end

0 comments on commit ca48a31

Please sign in to comment.