Skip to content

Commit cc68ddd

Browse files
chore(release): Update version to v1.4.262
1 parent 07ee7f8 commit cc68ddd

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## v1.4.262 (2025-07-21)
4+
5+
### PR [#1640](https://github.com/danielmiessler/Fabric/pull/1640) by [ksylvan](https://github.com/ksylvan): Implement Automated Changelog System for CI/CD Integration
6+
7+
- Add automated changelog processing for CI/CD integration with comprehensive test coverage and GitHub client validation methods
8+
- Implement release aggregation for incoming files with git operations for staging changes and support for version detection from nix files
9+
- Change push behavior from opt-out to opt-in with GitHub token authentication and automatic repository detection
10+
- Enhance changelog generation to avoid duplicate commit entries by extracting PR numbers and filtering commits already included via PR files
11+
- Add version parameter requirement for PR processing with commit SHA tracking to prevent duplicate entries and improve formatting consistency
12+
13+
### Direct commits
14+
15+
- Docs: Update CHANGELOG after v1.4.261
16+
317
## v1.4.261 (2025-07-19)
418

519
### PR [#1637](https://github.com/danielmiessler/Fabric/pull/1637) by [ksylvan](https://github.com/ksylvan): chore: update `NeedsRawMode` to include `mistral` prefix for Ollama

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

cmd/generate_changelog/changelog.db

0 Bytes
Binary file not shown.

nix/pkgs/fabric/version.nix

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

0 commit comments

Comments
 (0)