From 1f7e8dfe7d22921ed8ca2a35e0500296a19c7a29 Mon Sep 17 00:00:00 2001 From: Martin Schulze Date: Fri, 29 Nov 2024 23:23:36 +0100 Subject: [PATCH] Bump to v1.11.1 --- contrib/rpm/bats.spec | 2 +- docs/CHANGELOG.md | 2 +- libexec/bats-core/bats | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/rpm/bats.spec b/contrib/rpm/bats.spec index f9d4ef5788..473b92f60c 100644 --- a/contrib/rpm/bats.spec +++ b/contrib/rpm/bats.spec @@ -3,7 +3,7 @@ %global repo bats-core Name: bats -Version: 1.11.0 +Version: 1.11.1 Release: 1%{?dist} Summary: Bash Automated Testing System diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9aa78914af..f5ada65ebf 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,7 +9,7 @@ The format is based on [Keep a Changelog][kac] and this project adheres to [semver]: https://semver.org/ -## [Unreleased] +## [1.11.1] - 2024-11-29 ### Added diff --git a/libexec/bats-core/bats b/libexec/bats-core/bats index 542247b381..24659a10a2 100755 --- a/libexec/bats-core/bats +++ b/libexec/bats-core/bats @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -export BATS_VERSION='1.11.0' +export BATS_VERSION='1.11.1' VALID_FORMATTERS="pretty, junit, tap, tap13" version() { diff --git a/package.json b/package.json index cabf86aac8..221a129b84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bats", - "version": "1.11.0", + "version": "1.11.1", "description": "Bash Automated Testing System", "homepage": "https://github.com/bats-core/bats-core#readme", "license": "MIT",