mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-19 10:14:21 -05:00
chore(release): Update version to v1.4.411
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## v1.4.411 (2026-02-18)
|
||||
|
||||
### PR [#2011](https://github.com/danielmiessler/Fabric/pull/2011) by [ksylvan](https://github.com/ksylvan): Add support for Claude Sonnet 4.6
|
||||
|
||||
- Upgraded the `anthropic-sdk-go` dependency from v1.22.0 to v1.23.0 to support the latest Anthropic SDK features.
|
||||
- Added Claude Sonnet 4.6 to the list of supported models.
|
||||
- Updated `go.sum` checksums to reflect the new SDK version.
|
||||
|
||||
## v1.4.410 (2026-02-17)
|
||||
|
||||
### PR [#1999](https://github.com/danielmiessler/Fabric/pull/1999) by [ghrom](https://github.com/ghrom): feat: add 3 patterns from cross-model AI dialogue research
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package main
|
||||
|
||||
var version = "v1.4.410"
|
||||
var version = "v1.4.411"
|
||||
|
||||
Binary file not shown.
@@ -1,5 +0,0 @@
|
||||
### PR [#2011](https://github.com/danielmiessler/Fabric/pull/2011) by [ksylvan](https://github.com/ksylvan): Add support for Claude Sonnet 4.6
|
||||
|
||||
- Upgraded the `anthropic-sdk-go` dependency from v1.22.0 to v1.23.0 to support the latest Anthropic SDK features.
|
||||
- Added Claude Sonnet 4.6 to the list of supported models.
|
||||
- Updated `go.sum` checksums to reflect the new SDK version.
|
||||
@@ -35,8 +35,8 @@ schema = 3
|
||||
version = "v1.3.3"
|
||||
hash = "sha256-jv7ZshpSd7FZzKKN6hqlUgiR8C3y85zNIS/hq7g76Ho="
|
||||
[mod."github.com/anthropics/anthropic-sdk-go"]
|
||||
version = "v1.22.0"
|
||||
hash = "sha256-3tdNYb72o8J8HPZgH6uFPtFyX2+KFuAVU+w2JllZqWU="
|
||||
version = "v1.23.0"
|
||||
hash = "sha256-ZADyhKzuDNSgxTfv0czbxwlx8tDwkokyRgRIH51kUsA="
|
||||
[mod."github.com/araddon/dateparse"]
|
||||
version = "v0.0.0-20210429162001-6b43995a97de"
|
||||
hash = "sha256-UuX84naeRGMsFOgIgRoBHG5sNy1CzBkWPKmd6VbLwFw="
|
||||
|
||||
@@ -1 +1 @@
|
||||
"1.4.410"
|
||||
"1.4.411"
|
||||
|
||||
Reference in New Issue
Block a user