Skip to content

Commit 3c200e2

Browse files
chore(release): Update version to v1.4.265
1 parent bda6505 commit 3c200e2

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.265 (2025-07-25)
4+
5+
### PR [#1647](https://github.com/danielmiessler/Fabric/pull/1647) by [ksylvan](https://github.com/ksylvan): Simplify Workflow with Single Version Retrieval Step
6+
7+
- Replace git tag lookup with version.nix file reading for release workflow
8+
- Remove OS-specific git tag retrieval steps and add unified version extraction from nix file
9+
- Include version format validation with regex check
10+
- Add error handling for missing version file
11+
- Consolidate cross-platform version logic into single step with bash shell for consistent version parsing
12+
13+
314
## v1.4.264 (2025-07-22)
415

516
### PR [#1642](https://github.com/danielmiessler/Fabric/pull/1642) by [ksylvan](https://github.com/ksylvan): Add --sync-db to `generate_changelog`, plus many fixes

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

cmd/generate_changelog/changelog.db

0 Bytes
Binary file not shown.

cmd/generate_changelog/incoming/1647.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.264"
1+
"1.4.265"

0 commit comments

Comments
 (0)