Skip to content

Commit bc99df4

Browse files
chore: release 2.16.1
1 parent 3201497 commit bc99df4

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

Diff for: .github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.16.0"}
1+
{".":"2.16.1"}

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@
122122

123123
* **mfiutil:** more link and style issues ([cbd2661](https://github.com/scop/bash-completion/commit/cbd266155020194ec824028fb5c0d7ac95c89474))
124124

125+
## [2.16.1](https://github.com/scop/bash-completion/compare/2.16.0...2.16.1) (2024-12-30)
126+
127+
128+
### Bug Fixes
129+
130+
* **brctl:** fix quoting of the command name ([#1296](https://github.com/scop/bash-completion/issues/1296)) ([3201497](https://github.com/scop/bash-completion/commit/32014973c96f317990693412bcf680b614b460ea))
131+
125132
## [2.15.0](https://github.com/scop/bash-completion/compare/2.14.0...2.15.0) (2024-11-24)
126133

127134

Diff for: bash_completion

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
BASH_COMPLETION_VERSINFO=(
2727
2 # x-release-please-major
2828
16 # x-release-please-minor
29-
0 # x-release-please-patch
29+
1 # x-release-please-patch
3030
)
3131

3232
if [[ $- == *v* ]]; then

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.60])
2-
AC_INIT([bash-completion], [2.16.0]) dnl x-release-please-version
2+
AC_INIT([bash-completion], [2.16.1]) dnl x-release-please-version
33
dnl tar-pax for portable UTF-8 handling
44
AM_INIT_AUTOMAKE([
55
foreign dist-xz no-dist-gzip tar-pax -Wall -Wno-portability -Werror

Diff for: version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.16.0
1+
2.16.1

0 commit comments

Comments
 (0)