Skip to content

Commit 92aca52

Browse files
chore(release): Update version to v1.4.266
1 parent f70eff2 commit 92aca52

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

CHANGELOG.md

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

3+
## v1.4.266 (2025-07-25)
4+
5+
### PR [#1649](https://github.com/danielmiessler/Fabric/pull/1649) by [ksylvan](https://github.com/ksylvan): Fix Conditional API Initialization to Prevent Unnecessary Error Messages
6+
7+
- Prevent unconfigured API initialization and add Docker test suite
8+
- Add BEDROCK_AWS_REGION requirement for Bedrock initialization
9+
- Implement IsConfigured check for Ollama API URL
10+
- Create comprehensive Docker testing environment with 6 scenarios
11+
- Add interactive test runner with shell access
12+
13+
314
## v1.4.265 (2025-07-25)
415

516
### PR [#1647](https://github.com/danielmiessler/Fabric/pull/1647) by [ksylvan](https://github.com/ksylvan): Simplify Workflow with Single Version Retrieval Step

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.265"
3+
var version = "v1.4.266"

cmd/generate_changelog/changelog.db

0 Bytes
Binary file not shown.

cmd/generate_changelog/incoming/1649.txt

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

nix/pkgs/fabric/version.nix

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

0 commit comments

Comments
 (0)