Skip to content

Releases: raszi/mrkt

v1.2.2

08 Jan 10:18
a1d81c5
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump rubocop-rspec from 2.6.0 to 2.7.0 by @dependabot in #104
  • chore(deps-dev): update rubocop requirement from ~> 1.23.0 to ~> 1.24.1 by @dependabot in #106
  • chore(deps-dev): update rubocop requirement from ~> 1.24.1 to ~> 1.25.0 by @dependabot in #108
  • chore(deps-dev): bump rubocop-rspec from 2.7.0 to 2.8.0 by @dependabot in #109
  • chore(deps-dev): bump rubocop from 1.25.0 to 1.25.1 by @dependabot in #110
  • chore(deps-dev): bump rspec from 3.10.0 to 3.11.0 by @dependabot in #111
  • chore(deps): bump actions/checkout from 2.4.0 to 3 by @dependabot in #113
  • chore(deps-dev): bump rubocop-rspec from 2.8.0 to 2.9.0 by @dependabot in #114
  • chore(deps-dev): update rubocop requirement from ~> 1.25.0 to ~> 1.26.0 by @dependabot in #115
  • chore(deps-dev): bump rubocop from 1.26.0 to 1.26.1 by @dependabot in #116
  • chore(deps-dev): bump rubocop-rspec from 2.9.0 to 2.10.0 by @dependabot in #118
  • chore(deps): update faraday requirement from ~> 1.0 to >= 1, < 3 by @dependabot in #112
  • chore(deps-dev): update rubocop requirement from ~> 1.26.0 to ~> 1.28.2 by @dependabot in #120
  • chore(deps-dev): bump webmock from 3.14.0 to 3.17.0 by @dependabot in #121
  • chore(deps-dev): bump webmock from 3.17.0 to 3.17.1 by @dependabot in #122
  • chore(deps): bump faraday from 1.10.0 to 1.10.1 by @dependabot in #123
  • chore(deps-dev): bump webmock from 3.17.1 to 3.18.1 by @dependabot in #124
  • chore(deps): bump faraday from 1.10.1 to 1.10.2 by @dependabot in #125
  • chore(deps): bump paambaati/codeclimate-action from 3.0.0 to 3.1.0 by @dependabot in #126
  • chore(deps): bump paambaati/codeclimate-action from 3.1.0 to 3.1.1 by @raszi in #127
  • chore(deps): bump paambaati/codeclimate-action from 3.1.1 to 3.2.0 by @dependabot in #128
  • chore(deps-dev): bump rspec from 3.11.0 to 3.12.0 by @dependabot in #129
  • chore: test against Ruby 3.1 in CI by @mkmn in #130
  • chore: drop Ruby 2.5 support by @raszi in #133
  • chore: make compatible w/ Faraday v2 by @mkmn in #131
  • chore(deps-dev): update simplecov requirement from ~> 0.21.2 to ~> 0.22.0 by @dependabot in #132

New Contributors

  • @mkmn made their first contribution in #130

Full Changelog: v1.2.1...v1.2.2

v1.2.1

15 Nov 13:33
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump faraday from 1.7.1 to 1.7.2 by @dependabot in #91
  • chore(deps-dev): update rubocop requirement from ~> 1.20.0 to ~> 1.21.0 by @dependabot in #92
  • chore(deps): bump faraday from 1.7.2 to 1.8.0 by @dependabot in #93
  • chore(deps-dev): update rubocop requirement from ~> 1.21.0 to ~> 1.22.1 by @dependabot in #95
  • chore(deps): bump faraday_middleware from 1.1.0 to 1.2.0 by @dependabot in #96
  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #97
  • chore(deps-dev): bump rubocop from 1.22.1 to 1.22.2 by @dependabot in #98
  • chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #100
  • chore(deps-dev): bump rubocop from 1.22.2 to 1.22.3 by @dependabot in #99
  • chore(deps-dev): update rubocop requirement from ~> 1.22.1 to ~> 1.23.0 by @dependabot in #101
  • feat: add program member create, update and list methods by @domenico-angilletta in #102
  • chore(deps): bump paambaati/codeclimate-action from 2.7.5 to 3.0.0 by @dependabot in #94
  • chore: fix RuboCop issues by @raszi in #103

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

15 Nov 13:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

15 Nov 13:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

15 Nov 13:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

15 Nov 13:32
Compare
Choose a tag to compare

What's Changed

  • fix: encode arrays in query params by @raszi in #55
  • refactor: use Hash#transform_values instead of Hash#map { }.to_h by @raszi in #59

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Nov 13:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v1.0.0

v0.11.1

15 Nov 13:31
b00e7ff
Compare
Choose a tag to compare

What's Changed

  • chore: update codeclimate by @raszi in #53
  • chore: update gems by @raszi in #54
  • chore: bump faraday + faraday_middleware version range by @samspills in #56

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

15 Nov 13:31
Compare
Choose a tag to compare

What's Changed

  • chore: udpate bundler by @raszi in #49
  • feat(autuentication): add optional partner_id param by @raszi in #50
  • Add optional partner_id param to auth by @tro2102 in #47

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

15 Nov 13:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0