Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 316f480

Browse files
authored
v0.12.0 (#117)
1 parent 1bd9920 commit 316f480

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
## [Unreleased]
22
### Added
3+
4+
### Changed
5+
6+
### Deprecated
7+
8+
### Removed
9+
10+
### Fixed
11+
12+
### Security
13+
14+
## [0.12.0] - 2022-12-06
15+
### Added
16+
- Add order model
317
- Add attr_accessor for `service` to class `Shipcloud::Shipment` to be able to access the service attribute at the shipment object.
418
- Add attr_accessor for `additional_services` to class `Shipcloud::Shipment` to be able to access the additional_services attribute at the shipment object.
519
- Add attr_reader for `label_voucher_url` to class `Shipcloud::Shipment` to be able to read the label_voucher_url (QR Code url) attribute at the shipment object.
620
- Added missing `frozen_string_literal: true` magic comments to files
721

822
### Changed
23+
- Ensure compatibility with ruby 2.x and 3.x
924
- Set required ruby version to >= 2.6
1025
- Replace Travis CI with CircleCI
1126
- Specify simplecov to be ~> 0.21.0

lib/shipcloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Shipcloud
4-
VERSION = "0.11.0"
4+
VERSION = "0.12.0"
55
end

0 commit comments

Comments
 (0)