Skip to content

Commit

Permalink
feat: release Bats v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schulze-vireso committed Mar 24, 2024
1 parent af6eb00 commit 5da6687
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/rpm/bats.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global repo bats-core

Name: bats
Version: 1.10.0
Version: 1.11.0
Release: 1%{?dist}
Summary: Bash Automated Testing System

Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0] - 2024-03-24

### Added

Expand Down
2 changes: 1 addition & 1 deletion libexec/bats-core/bats
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

export BATS_VERSION='1.10.0'
export BATS_VERSION='1.11.0'
VALID_FORMATTERS="pretty, junit, tap, tap13"

version() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bats",
"version": "1.10.0",
"version": "1.11.0",
"description": "Bash Automated Testing System",
"homepage": "https://github.com/bats-core/bats-core#readme",
"license": "MIT",
Expand Down

0 comments on commit 5da6687

Please sign in to comment.