diff --git a/CHANGELOG.md b/CHANGELOG.md index f620ee9c..488af6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.4.319 (2025-09-30) + +### PR [#1783](https://github.com/danielmiessler/Fabric/pull/1783) by [ksylvan](https://github.com/ksylvan): Update anthropic-sdk-go and add claude-sonnet-4-5 + +- Feat: update `anthropic-sdk-go` to v1.13.0 and add new model +- Upgrade `anthropic-sdk-go` to version 1.13.0 +- Add `ModelClaudeSonnet4_5` to supported models list + ## v1.4.318 (2025-09-24) ### PR [#1779](https://github.com/danielmiessler/Fabric/pull/1779) by [ksylvan](https://github.com/ksylvan): Improve pt-BR Translation - Thanks to @JuracyAmerico diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index a98ab28d..75707162 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.318" +var version = "v1.4.319" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 18bee13f..ad6da9e7 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/1783.txt b/cmd/generate_changelog/incoming/1783.txt deleted file mode 100644 index a05f1976..00000000 --- a/cmd/generate_changelog/incoming/1783.txt +++ /dev/null @@ -1,5 +0,0 @@ -### PR [#1783](https://github.com/danielmiessler/Fabric/pull/1783) by [ksylvan](https://github.com/ksylvan): Update anthropic-sdk-go and add claude-sonnet-4-5 - -- Feat: update `anthropic-sdk-go` to v1.13.0 and add new model -- Upgrade `anthropic-sdk-go` to version 1.13.0 -- Add `ModelClaudeSonnet4_5` to supported models list diff --git a/nix/pkgs/fabric/gomod2nix.toml b/nix/pkgs/fabric/gomod2nix.toml index 3fea2bf8..c1555dbc 100644 --- a/nix/pkgs/fabric/gomod2nix.toml +++ b/nix/pkgs/fabric/gomod2nix.toml @@ -32,8 +32,8 @@ schema = 3 version = "v1.3.3" hash = "sha256-jv7ZshpSd7FZzKKN6hqlUgiR8C3y85zNIS/hq7g76Ho=" [mod."github.com/anthropics/anthropic-sdk-go"] - version = "v1.12.0" - hash = "sha256-Oy6/7s6KHguTg2fmVGD3m0HxcaqQn1mDCUMwD5vq/eE=" + version = "v1.13.0" + hash = "sha256-Mbi37aubaObndySkfO3tE6c8bUJaJugG1E8IM4AxW84=" [mod."github.com/araddon/dateparse"] version = "v0.0.0-20210429162001-6b43995a97de" hash = "sha256-UuX84naeRGMsFOgIgRoBHG5sNy1CzBkWPKmd6VbLwFw=" diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index 21f89af5..c91261a6 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.318" +"1.4.319"