Skip to content

Commit c98cbc5

Browse files
chore: release 2.17.0
1 parent 4ac918f commit c98cbc5

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-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

+17
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,23 @@
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-28)
126+
127+
128+
### Features
129+
130+
* **aptitude:** update sub-commands ([4ac918f](https://github.com/scop/bash-completion/commit/4ac918f075c71e54753e90b8d1fd87871ca4a08f))
131+
* associate .ogx and .oga with relevant programs ([0a13be1](https://github.com/scop/bash-completion/commit/0a13be1f6576ee4977552379e11157073b4e841b))
132+
* **curl:** Complete IP addresses for --interface ([0ea21b9](https://github.com/scop/bash-completion/commit/0ea21b987a1ffeec3d0a2d4c630bfcd20e19b87c))
133+
* **nload:** new completion ([e700ae7](https://github.com/scop/bash-completion/commit/e700ae78d7f5c1f4ddd5cdf778ea1a0c6bf1798f))
134+
* **wget:** ipv6 addresses for --bind-address ([d3ff6a7](https://github.com/scop/bash-completion/commit/d3ff6a7081c53778529f5bad3e0846f12b29bc74))
135+
136+
137+
### Bug Fixes
138+
139+
* **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))
140+
* **ip:** Don't offer neighbour, only neighbor ([79fd051](https://github.com/scop/bash-completion/commit/79fd051907328c8c26372691f68d627c1f0e3916))
141+
125142
## [2.15.0](https://github.com/scop/bash-completion/compare/2.14.0...2.15.0) (2024-11-24)
126143

127144

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)