From b49543d38e8bf969afadc1f316b7bd28596c920c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:47:24 +0000 Subject: [PATCH] chore: release 2.16.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ bash_completion | 2 +- configure.ac | 2 +- version.txt | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index c39b752eb8e..777e40c9771 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"2.15.0"} +{".":"2.16.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a65fa55583..10a553cd0c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,14 @@ * **tar:** Complete added files with long opts ([c94bebb](https://github.com/scop/bash-completion/commit/c94bebbe919ce696d57466d7c9c9328d82be9fd8)) * **update-alternatives:** fix the "--help" parsing ([07605cb](https://github.com/scop/bash-completion/commit/07605cb3e0a3aca8963401c8f7a8e7ee42dbc399)) +## [2.16.0](https://github.com/scop/bash-completion/compare/2.15.0...2.16.0) (2024-12-03) + + +### Features + +* **aqua:** add 3rd party fallback completion loader ([#1275](https://github.com/scop/bash-completion/issues/1275)) ([379a951](https://github.com/scop/bash-completion/commit/379a951454283e64ad6b5f55f885ff25bfc7454e)) +* **cosign:** add 3rd party fallback completion loader ([#1286](https://github.com/scop/bash-completion/issues/1286)) ([2dba9c6](https://github.com/scop/bash-completion/commit/2dba9c66a42b0d0bbbcde678d54123f3f56c12d5)) + ## [2.14.0](https://github.com/scop/bash-completion/compare/2.13.0...2.14.0) (2024-05-09) diff --git a/bash_completion b/bash_completion index a6b707e9f58..2f47a59d212 100644 --- a/bash_completion +++ b/bash_completion @@ -25,7 +25,7 @@ BASH_COMPLETION_VERSINFO=( 2 # x-release-please-major - 15 # x-release-please-minor + 16 # x-release-please-minor 0 # x-release-please-patch ) diff --git a/configure.ac b/configure.ac index 2b2d14db861..5cbf9eedb67 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([bash-completion], [2.15.0]) dnl x-release-please-version +AC_INIT([bash-completion], [2.16.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 diff --git a/version.txt b/version.txt index 68e69e405ee..75249069675 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.15.0 +2.16.0