Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.3.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project are documented here. The format follows
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1](https://github.com/test-kitchen/docker-api-ng/compare/v0.3.0...v0.3.1) (2026-08-25)


### Bug Fixes

* **test:** remove specs that cannot fail, and fix one whose name lied ([#30](https://github.com/test-kitchen/docker-api-ng/issues/30)) ([fc0118d](https://github.com/test-kitchen/docker-api-ng/commit/fc0118d27304049e6f705e7d01326fad59224efb))

## [0.3.0](https://github.com/test-kitchen/docker-api-ng/compare/v0.2.0...v0.3.0) (2026-08-24)


Expand Down
2 changes: 1 addition & 1 deletion lib/docker/api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Docker
module API
# The gem's own version.
VERSION = "0.3.0"
VERSION = "0.3.1"

# The newest Engine API version this gem vendors a specification for.
# Requests are never made against a version above this, even when the
Expand Down