Skip to content

Commit

Permalink
Merge pull request #28 from friendlycart/v0-4-9
Browse files Browse the repository at this point in the history
Bump version to 0.4.9
  • Loading branch information
mamhoff authored Aug 2, 2023
2 parents 91d49cc + 61ee0d7 commit b471e1d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.4.9] - 2023-08-02

### Added
- Extract cuboid property handling into mixin [#25]
- Add properties to `Physical::Location` [#26]
- Add pallets to `Physical::Shipment` [#29]

### Changed
- Faster package weight and volume calculations [#23]

## [0.4.8] - 2023-03-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/physical/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Physical
VERSION = "0.4.8"
VERSION = "0.4.9"
end

0 comments on commit b471e1d

Please sign in to comment.