Skip to content

Commit 761dffa

Browse files
release: 0.6.0 (#9)
* codegen metadata * feat(api): manual updates * codegen metadata * feat(api): manual updates * release: 0.6.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 8015918 commit 761dffa

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

.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.5.0"
2+
".": "0.6.0"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 102
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hexlet%2Fdocker-7dbd508c79cf09803a2a05ee36b55ae9219a6218f0637891b33e1ac25db10b5d.yml
33
openapi_spec_hash: 16948cc9b83def4e333889ca4e0497f3
4-
config_hash: a6764d7382ab85291261b00542e66610
4+
config_hash: a0d02ef4b296f2f9edd1fffc571fe475

CHANGELOG.md

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

3+
## 0.6.0 (2026-02-19)
4+
5+
Full Changelog: [v0.5.0...v0.6.0](https://github.com/Hexlet/docker-ruby/compare/v0.5.0...v0.6.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([2dac4f2](https://github.com/Hexlet/docker-ruby/commit/2dac4f212ee0a78f0066567593143c325999d815))
10+
* **api:** manual updates ([c615d3a](https://github.com/Hexlet/docker-ruby/commit/c615d3a9d5dc2cf14e90efc872fb2215fc0575eb))
11+
312
## 0.5.0 (2026-02-14)
413

514
Full Changelog: [v0.4.0...v0.5.0](https://github.com/Hexlet/docker-ruby/compare/v0.4.0...v0.5.0)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
docker-engine-ruby (0.5.0)
14+
docker-engine-ruby (0.6.0)
1515
cgi
1616
connection_pool
1717

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.5.0"
20+
gem "docker-engine-ruby", "~> 0.6.0"
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.5.0"
4+
VERSION = "0.6.0"
55
end

0 commit comments

Comments
 (0)