chore(release): Update version to v1.4.359

This commit is contained in:
github-actions[bot] 2025-12-23 17:50:33 +00:00
parent e679ae491e
commit 0f7e8efdde
5 changed files with 13 additions and 10 deletions

View file

@ -1,5 +1,16 @@
# Changelog
## v1.4.359 (2025-12-23)
### PR [#1902](https://github.com/danielmiessler/Fabric/pull/1902) by [ksylvan](https://github.com/ksylvan): Code Cleanup and Simplification
- Chore: simplify error formatting and clean up model assignment logic
- Remove redundant fmt.Sprintf calls from error formatting logic
- Simplify model assignment to always use normalized model names
- Remove unused variadic parameter from the VendorsManager Clear method
## v1.4.358 (2025-12-23)
### PR [#1901](https://github.com/danielmiessler/Fabric/pull/1901) by [orbisai0security](https://github.com/orbisai0security): sexurity fix: Ollama update: CVE-2025-63389

View file

@ -1,3 +1,3 @@
package main
var version = "v1.4.358"
var version = "v1.4.359"

Binary file not shown.

View file

@ -1,8 +0,0 @@
### PR [#1902](https://github.com/danielmiessler/Fabric/pull/1902) by [ksylvan](https://github.com/ksylvan): Code Cleanup and Simplification
- Chore: simplify error formatting and clean up model assignment logic
- Remove redundant fmt.Sprintf calls from error formatting logic
- Simplify model assignment to always use normalized model names
- Remove unused variadic parameter from the VendorsManager Clear method

View file

@ -1 +1 @@
"1.4.358"
"1.4.359"