mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-09 23:26:34 -04:00
chore(release): Update version to v1.4.476
This commit is contained in:
parent
4637fa1a22
commit
8dce453ed7
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 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
|
||||
|
||||
- Added Pzero as an OpenAI-compatible AI provider.
|
||||
- Registered Pzero with its OpenAI-compatible API base URL.
|
||||
- Added Pzero to the README’s list of supported AI providers.
|
||||
|
||||
## v1.4.475 (2026-09-03)
|
||||
|
||||
### PR [#2209](https://github.com/danielmiessler/Fabric/pull/2209) by [kadiryildiz283](https://github.com/kadiryildiz283): feat(i18n): add Turkish (tr) translation
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.475"
|
||||
var version = "v1.4.476"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,5 +0,0 @@
|
|||
### PR [#2210](https://github.com/danielmiessler/Fabric/pull/2210) by [ksylvan](https://github.com/ksylvan): feat: add Pzero as an OpenAI-compatible AI provider
|
||||
|
||||
- Added Pzero as an OpenAI-compatible AI provider.
|
||||
- Registered Pzero with its OpenAI-compatible API base URL.
|
||||
- Added Pzero to the README’s list of supported AI providers.
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.475"
|
||||
"1.4.476"
|
||||
|
|
|
|||
Loading…
Reference in a new issue