From 7cca2e72899511c673141f2cd8e9d191067fc6dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 03:33:29 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/docker/api/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4867d3c..8bbfbfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/docker/api/version.rb b/lib/docker/api/version.rb index 654bd48..966ad48 100644 --- a/lib/docker/api/version.rb +++ b/lib/docker/api/version.rb @@ -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