Skip to content

Commit b34416a

Browse files
chore: release 2.17.0
1 parent 8ac8216 commit b34416a

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-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.17.0"}

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,18 @@
122122

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

125+
## [2.17.0](https://github.com/scop/bash-completion/compare/2.16.0...2.17.0) (2025-01-11)
126+
127+
128+
### Features
129+
130+
* **nload:** new completion ([e700ae7](https://github.com/scop/bash-completion/commit/e700ae78d7f5c1f4ddd5cdf778ea1a0c6bf1798f))
131+
132+
133+
### Bug Fixes
134+
135+
* **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))
136+
125137
## [2.15.0](https://github.com/scop/bash-completion/compare/2.14.0...2.15.0) (2024-11-24)
126138

127139

Diff for: bash_completion

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
BASH_COMPLETION_VERSINFO=(
2727
2 # x-release-please-major
28-
16 # x-release-please-minor
28+
17 # x-release-please-minor
2929
0 # x-release-please-patch
3030
)
3131

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.17.0]) 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.17.0

0 commit comments

Comments
 (0)