chore(release): Update version to v1.4.477
Some checks failed
Go Build / Run tests (push) Has been cancelled
Update Version File and Create Tag / update-version (push) Has been cancelled

This commit is contained in:
github-actions[bot] 2026-09-03 22:45:25 +00:00
parent 3ca2133819
commit 6b0914d1bb
5 changed files with 9 additions and 6 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## v1.4.477 (2026-09-03)
### PR [#2211](https://github.com/danielmiessler/Fabric/pull/2211) by [ksylvan](https://github.com/ksylvan): fix: prevent pattern loader temporary directory leaks
- Prevent pattern loader leaks by lazily creating temporary directories during database population and cleaning them up after successful or failed downloads.
- Add regression tests for lazy directory creation and cleanup.
## v1.4.476 (2026-09-03)
### PR [#2210](https://github.com/danielmiessler/Fabric/pull/2210) by [ksylvan](https://github.com/ksylvan): feat: add Pzero as an OpenAI-compatible AI provider

View file

@ -1,3 +1,3 @@
package main
var version = "v1.4.476"
var version = "v1.4.477"

Binary file not shown.

View file

@ -1,4 +0,0 @@
### PR [#2211](https://github.com/danielmiessler/Fabric/pull/2211) by [ksylvan](https://github.com/ksylvan): fix: prevent pattern loader temporary directory leaks
- Prevent pattern loader leaks by lazily creating temporary directories during database population and cleaning them up after successful or failed downloads.
- Add regression tests for lazy directory creation and cleanup.

View file

@ -1 +1 @@
"1.4.476"
"1.4.477"