Skip to content

Commit 713504b

Browse files
feat: release Bats v1.12.0
1 parent 63f5d82 commit 713504b

4 files changed

Lines changed: 4 additions & 4 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.1
6+
Version: 1.12.0
77
Release: 1%{?dist}
88
Summary: Bash Automated Testing System
99

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The format is based on [Keep a Changelog][kac] and this project adheres to
99
[semver]: https://semver.org/
1010

1111

12-
## [Unreleased]
12+
## [1.12.0] - 2025-05-18
1313

1414
### Added
1515

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.1'
4+
export BATS_VERSION='1.12.0'
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.1",
3+
"version": "1.12.0",
44
"description": "Bash Automated Testing System",
55
"homepage": "https://github.com/bats-core/bats-core#readme",
66
"license": "MIT",

0 commit comments

Comments
 (0)