mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 14:28:01 -05:00
chore(release): Update version to v1.4.319
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package main
|
||||
|
||||
var version = "v1.4.318"
|
||||
var version = "v1.4.319"
|
||||
|
||||
Binary file not shown.
@@ -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
|
||||
@@ -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="
|
||||
|
||||
@@ -1 +1 @@
|
||||
"1.4.318"
|
||||
"1.4.319"
|
||||
|
||||
Reference in New Issue
Block a user