Skip to content

Commit 1701490

Browse files
chore: release 2.17.1
1 parent 91e075a commit 1701490

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.17.0"}
1+
{".":"2.17.1"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@
100100
* **tar:** cache the parse result of GNU tar help ([247ba7b](https://github.com/scop/bash-completion/commit/247ba7bb794332a42920cae796a4a9deff5179b0))
101101
* **tar:** parse the GNU tar help on initialization ([b030e07](https://github.com/scop/bash-completion/commit/b030e07f1055dbc1e40b7d2f17ccd045802ff061))
102102

103+
## [2.17.1](https://github.com/scop/bash-completion/compare/2.17.0...2.17.1) (2025-11-05)
104+
105+
106+
### Bug Fixes
107+
108+
* **_comp_complete_service:** fix init-script-action parsing ([#1499](https://github.com/scop/bash-completion/issues/1499)) ([91e075a](https://github.com/scop/bash-completion/commit/91e075a96d39d0234ada752a63937f63ea186eb8))
109+
103110
## [2.16.0](https://github.com/scop/bash-completion/compare/2.15.0...2.16.0) (2024-12-25)
104111

105112

bash_completion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
BASH_COMPLETION_VERSINFO=(
2929
2 # x-release-please-major
3030
17 # x-release-please-minor
31-
0 # x-release-please-patch
31+
1 # x-release-please-patch
3232
)
3333

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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.60])
2-
AC_INIT([bash-completion], [2.17.0]) dnl x-release-please-version
2+
AC_INIT([bash-completion], [2.17.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

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.17.0
1+
2.17.1

0 commit comments

Comments
 (0)