mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.359
This commit is contained in:
parent
e679ae491e
commit
0f7e8efdde
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.358"
|
||||
var version = "v1.4.359"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.358"
|
||||
"1.4.359"
|
||||
|
|
|
|||
Loading…
Reference in a new issue