Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.18.0"}
{".":"2.19.0"}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [2.19.0](https://github.com/scop/bash-completion/compare/2.18.0...2.19.0) (2026-08-02)


### Features

* ***sum:** treat uppercase variant of *sums as checksum file ([941f472](https://github.com/scop/bash-completion/commit/941f4721e4c7f511275f347fd01d56c315236c28))
* **curl:** add more option arg (non-)completions ([ee74f36](https://github.com/scop/bash-completion/commit/ee74f36f2d9c57b1f80cc11cb1dcb48223db7081))
* **dockerfmt:** add fallback 3rd party completion loader ([0f9e255](https://github.com/scop/bash-completion/commit/0f9e255a51505703ae874446457345881454d5dc))
* **pass-cli:** add fallback 3rd party completion loader ([e2848b1](https://github.com/scop/bash-completion/commit/e2848b13f5f22e5155d899572861182fe9407706))
* **prek:** add fallback 3rd party completion loader ([23361e3](https://github.com/scop/bash-completion/commit/23361e37619ad7ccc8775406ce39ebe8288a4f46))
* **sudo:** recognize --preserve-env taking an arg ([a33deaa](https://github.com/scop/bash-completion/commit/a33deaae8e394111974f07f174048afc6a5fa2e6))
* **topgrade:** add fallback 3rd party completion loader ([c285005](https://github.com/scop/bash-completion/commit/c2850058a2faa0d496eab7fbdd0e3ceaf2f81d1a))
* **xh:** add 3rd party fallback completion loader ([f5c4c0d](https://github.com/scop/bash-completion/commit/f5c4c0dbb138091c297dfa5094f71ceb774859b2))
* **zizmor:** add fallback 3rd party completion loader ([864ce41](https://github.com/scop/bash-completion/commit/864ce415280627dc47d61aa4df1b31a32159f4bd))


### Bug Fixes

* avoid consuming stdin on remote scp/ssh/rsync completion wait ([30f9da8](https://github.com/scop/bash-completion/commit/30f9da8a3bd82dad22f6b271192c55dea7c0336a))
* **make:** offer phony targets as-is instead of collapsing them ([b29d4ea](https://github.com/scop/bash-completion/commit/b29d4ea18c69439d66c8498ed36f64d0f3437a4a)), closes [#1219](https://github.com/scop/bash-completion/issues/1219)
* **make:** properly skip the "Not a target" block in the helper AWK ([6bb9953](https://github.com/scop/bash-completion/commit/6bb99535d472e5472392729175c3ca009e8a9da2))
* **scp:** use less remote filename escaping where supported ([d6ad3ce](https://github.com/scop/bash-completion/commit/d6ad3ced9faede3095c1889a156d9041b8b419a2))
* **sudo:** do not offer completions after --help/--version ([35df24e](https://github.com/scop/bash-completion/commit/35df24e745997d1a8afea2059d19f98e62edbe29))

## [2.18.0](https://github.com/scop/bash-completion/compare/2.17.0...2.18.0) (2026-07-05)

This release comes with notable changes to the directories used for
Expand Down
2 changes: 1 addition & 1 deletion bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

BASH_COMPLETION_VERSINFO=(
2 # x-release-please-major
18 # x-release-please-minor
19 # x-release-please-minor
0 # x-release-please-patch
)

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
AC_INIT([bash-completion], [2.18.0]) dnl x-release-please-version
AC_INIT([bash-completion], [2.19.0]) dnl x-release-please-version
dnl tar-pax for portable UTF-8 handling
AM_INIT_AUTOMAKE([
foreign dist-xz no-dist-gzip tar-pax -Wall -Wno-portability -Werror
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.18.0
2.19.0