Skip to content

Commit b640ec3

Browse files
Bump to v1.11.1
1 parent c72e6bf commit b640ec3

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

contrib/rpm/bats.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global repo bats-core
44

55
Name: bats
6-
Version: 1.11.0
6+
Version: 1.11.1
77
Release: 1%{?dist}
88
Summary: Bash Automated Testing System
99

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The format is based on [Keep a Changelog][kac] and this project adheres to
1111

1212
## [Unreleased]
1313

14+
## [1.11.1] - 2024-11-29
15+
1416
### Added
1517

1618
* make Dockerfile compatible with `#!/bin/bash` files (#967)

libexec/bats-core/bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
export BATS_VERSION='1.11.0'
4+
export BATS_VERSION='1.11.1'
55
VALID_FORMATTERS="pretty, junit, tap, tap13"
66

77
version() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bats",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Bash Automated Testing System",
55
"homepage": "https://github.com/bats-core/bats-core#readme",
66
"license": "MIT",

0 commit comments

Comments
 (0)