mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.370
This commit is contained in:
parent
af3403ae44
commit
a6ad1d77f9
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## v1.4.370 (2026-01-04)
|
||||
|
||||
### PR [#1921](https://github.com/danielmiessler/Fabric/pull/1921) by [ksylvan](https://github.com/ksylvan): chore: remove redundant `--sync-db` step from changelog workflow
|
||||
|
||||
- Remove redundant `--sync-db` step from changelog workflow
|
||||
- Remove duplicate database sync command from version workflow
|
||||
- Simplify changelog generation to single process-prs step
|
||||
- Clean up `heal_person` pattern by removing duplicate content sections
|
||||
- Remove duplicate IDENTITY, PURPOSE, STEPS, and OUTPUT INSTRUCTIONS from pattern file
|
||||
|
||||
## v1.4.369 (2026-01-04)
|
||||
|
||||
### PR [#1919](https://github.com/danielmiessler/Fabric/pull/1919) by [ksylvan](https://github.com/ksylvan): Fix the `last_pr_sync` setting during PR incoming processing
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.369"
|
||||
var version = "v1.4.370"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,7 +0,0 @@
|
|||
### PR [#1921](https://github.com/danielmiessler/Fabric/pull/1921) by [ksylvan](https://github.com/ksylvan): chore: remove redundant `--sync-db` step from changelog workflow
|
||||
|
||||
- Remove redundant `--sync-db` step from changelog workflow
|
||||
- Remove duplicate database sync command from version workflow
|
||||
- Simplify changelog generation to single process-prs step
|
||||
- Clean up `heal_person` pattern by removing duplicate content sections
|
||||
- Remove duplicate IDENTITY, PURPOSE, STEPS, and OUTPUT INSTRUCTIONS from pattern file
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.369"
|
||||
"1.4.370"
|
||||
|
|
|
|||
Loading…
Reference in a new issue