From 65a15d5030a9b94a4c6979232c0cbc970b7ceded Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 07:30:19 +0000 Subject: [PATCH] release: 0.7.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- lib/docker_engine_ruby/version.rb | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 904b037..5a8dc58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.4" + ".": "0.7.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cadaea..b096ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.5](https://github.com/Hexlet/docker-ruby/compare/v0.7.4...v0.7.5) (2026-06-27) + + +### Refactors + +* drop dead query local assignments in resources ([43b3ea1](https://github.com/Hexlet/docker-ruby/commit/43b3ea1a22afb77c0d1518237d1ad72aa3bd126f)) +* drop dead query local assignments in resources ([bda6b97](https://github.com/Hexlet/docker-ruby/commit/bda6b97dd8001c05c1be48682b135353dfed02bc)) + ## 0.7.4 (2026-04-23) Full Changelog: [v0.7.3...v0.7.4](https://github.com/Hexlet/docker-ruby/compare/v0.7.3...v0.7.4) diff --git a/README.md b/README.md index a44ba98..9c1c6de 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "docker-engine-ruby", "~> 0.7.4" +gem "docker-engine-ruby", "~> 0.7.5" ``` diff --git a/lib/docker_engine_ruby/version.rb b/lib/docker_engine_ruby/version.rb index aa2b44b..04709fd 100644 --- a/lib/docker_engine_ruby/version.rb +++ b/lib/docker_engine_ruby/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module DockerEngineRuby - VERSION = "0.7.4" + VERSION = "0.7.5" end