Skip to content

Commit

Permalink
Bump to v0.2.10 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
srozen authored Sep 12, 2023
1 parent 74af423 commit 0ae8b78
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.10]

- Include root in JSON payload for `Execution`

## [0.2.9]

- Add `ShippingOption` resource and association to `Order`
Expand Down Expand Up @@ -54,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add finishings specification
- Add jobs and parts specification

[Unreleased]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.2.9..HEAD
[Unreleased]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.2.10..HEAD
[0.2.10]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.2.9..v0.2.10
[0.2.9]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.2.8..v0.2.9
[0.2.8]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.2.7..v0.2.8
[0.2.7]: https://github.com/zaikio/zaikio-mission_control-ruby/compare/v0.2.6..v0.2.7
Expand Down
2 changes: 2 additions & 0 deletions lib/zaikio/mission_control/execution.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module Zaikio
module MissionControl
class Execution < Base
include_root_in_json :execution

attributes :id, :operator_id, :machine_id, :workstep_id, :quantity, :waste, :started_at, :ended_at, :phase,
:created_at, :updated_at
end
Expand Down
2 changes: 1 addition & 1 deletion lib/zaikio/mission_control/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Zaikio
module MissionControl
VERSION = "0.2.9".freeze
VERSION = "0.2.10".freeze
end
end

0 comments on commit 0ae8b78

Please sign in to comment.