chore(release): Update version to v1.4.330

This commit is contained in:
github-actions[bot]
2025-11-23 02:45:33 +00:00
parent 38e7e31ae1
commit 67778a6159
5 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## v1.4.330 (2025-11-23)
### PR [#1840](https://github.com/danielmiessler/Fabric/pull/1840) by [ZackaryWelch](https://github.com/ZackaryWelch): Replace deprecated bash function in completion script
- Replace deprecated bash function in completion script to use `_comp_get_words` instead of `__get_comp_words_by_ref`, fixing compatibility issues with latest bash versions and preventing script breakage on updated distributions like Fedora 42+
## v1.4.329 (2025-11-20)
### PR [#1838](https://github.com/danielmiessler/fabric/pull/1838) by [ksylvan](https://github.com/ksylvan): refactor: implement i18n support for YouTube tool error messages

View File

@@ -1,3 +1,3 @@
package main
var version = "v1.4.329"
var version = "v1.4.330"

Binary file not shown.

View File

@@ -1,3 +0,0 @@
### PR [#1840](https://github.com/danielmiessler/Fabric/pull/1840) by [ZackaryWelch](https://github.com/ZackaryWelch): Replace deprecated bash function in completion script
- Replace deprecated bash function in completion script to use `_comp_get_words` instead of `__get_comp_words_by_ref`, fixing compatibility issues with latest bash versions and preventing script breakage on updated distributions like Fedora 42+

View File

@@ -1 +1 @@
"1.4.329"
"1.4.330"