Skip to content

Commit 1186064

Browse files
authored
Merge pull request #22 from Hexlet/release-please--branches--main
release: 0.7.5
2 parents 43b3ea1 + 65a15d5 commit 1186064

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.4"
2+
".": "0.7.5"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.7.5](https://github.com/Hexlet/docker-ruby/compare/v0.7.4...v0.7.5) (2026-06-27)
4+
5+
6+
### Refactors
7+
8+
* drop dead query local assignments in resources ([43b3ea1](https://github.com/Hexlet/docker-ruby/commit/43b3ea1a22afb77c0d1518237d1ad72aa3bd126f))
9+
* drop dead query local assignments in resources ([bda6b97](https://github.com/Hexlet/docker-ruby/commit/bda6b97dd8001c05c1be48682b135353dfed02bc))
10+
311
## 0.7.4 (2026-04-23)
412

513
Full Changelog: [v0.7.3...v0.7.4](https://github.com/Hexlet/docker-ruby/compare/v0.7.3...v0.7.4)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
1717
<!-- x-release-please-start-version -->
1818

1919
```ruby
20-
gem "docker-engine-ruby", "~> 0.7.4"
20+
gem "docker-engine-ruby", "~> 0.7.5"
2121
```
2222

2323
<!-- x-release-please-end -->

lib/docker_engine_ruby/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 DockerEngineRuby
4-
VERSION = "0.7.4"
4+
VERSION = "0.7.5"
55
end

0 commit comments

Comments
 (0)