Skip to content

Commit e3cddb9

Browse files
chore(release): Update version to v1.4.319
1 parent cef8c56 commit e3cddb9

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v1.4.319 (2025-09-30)
4+
5+
### 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
6+
7+
- Feat: update `anthropic-sdk-go` to v1.13.0 and add new model
8+
- Upgrade `anthropic-sdk-go` to version 1.13.0
9+
- Add `ModelClaudeSonnet4_5` to supported models list
10+
311
## v1.4.318 (2025-09-24)
412

513
### PR [#1779](https://github.com/danielmiessler/Fabric/pull/1779) by [ksylvan](https://github.com/ksylvan): Improve pt-BR Translation - Thanks to @JuracyAmerico

cmd/fabric/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
var version = "v1.4.318"
3+
var version = "v1.4.319"
0 Bytes
Binary file not shown.

cmd/generate_changelog/incoming/1783.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

nix/pkgs/fabric/gomod2nix.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ schema = 3
3232
version = "v1.3.3"
3333
hash = "sha256-jv7ZshpSd7FZzKKN6hqlUgiR8C3y85zNIS/hq7g76Ho="
3434
[mod."github.com/anthropics/anthropic-sdk-go"]
35-
version = "v1.12.0"
36-
hash = "sha256-Oy6/7s6KHguTg2fmVGD3m0HxcaqQn1mDCUMwD5vq/eE="
35+
version = "v1.13.0"
36+
hash = "sha256-Mbi37aubaObndySkfO3tE6c8bUJaJugG1E8IM4AxW84="
3737
[mod."github.com/araddon/dateparse"]
3838
version = "v0.0.0-20210429162001-6b43995a97de"
3939
hash = "sha256-UuX84naeRGMsFOgIgRoBHG5sNy1CzBkWPKmd6VbLwFw="

nix/pkgs/fabric/version.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"1.4.318"
1+
"1.4.319"

0 commit comments

Comments
 (0)