Skip to content

Commit

Permalink
Version bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raulr committed Nov 26, 2021
1 parent 45792d3 commit 39817c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0] - 2021-11-26
### Added
- Envialia courier integration

Expand All @@ -23,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2021-09-27
🎉 First release!

[Unreleased]: https://github.com/ecommerce-ventures/deliveries/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/ecommerce-ventures/deliveries/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/ecommerce-ventures/deliveries/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/ecommerce-ventures/deliveries/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/ecommerce-ventures/deliveries/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/ecommerce-ventures/deliveries/compare/v0.1.0...v0.1.1
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
deliveries (0.2.1)
deliveries (0.3.0)
activesupport (>= 5.2.0)
hexapdf
httparty
Expand Down Expand Up @@ -35,7 +35,7 @@ GEM
gyoku (1.3.1)
builder (>= 2.1.2)
hashdiff (1.0.1)
hexapdf (0.17.3)
hexapdf (0.19.0)
cmdparse (~> 3.0, >= 3.0.3)
geom2d (~> 0.3)
httparty (0.20.0)
Expand All @@ -46,9 +46,9 @@ GEM
socksify
i18n (1.8.11)
concurrent-ruby (~> 1.0)
mime-types (3.3.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0901)
mime-types-data (3.2021.1115)
mini_magick (4.11.0)
minitest (5.14.4)
multi_xml (0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/deliveries/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Deliveries
VERSION = '0.2.1'
VERSION = '0.3.0'
end

0 comments on commit 39817c2

Please sign in to comment.