chore(release): Update version to v1.4.265

This commit is contained in:
github-actions[bot]
2025-07-25 14:48:36 +00:00
parent bda6505d5c
commit 3c200e2883
5 changed files with 13 additions and 9 deletions

View File

@@ -1,5 +1,16 @@
# Changelog
## v1.4.265 (2025-07-25)
### PR [#1647](https://github.com/danielmiessler/Fabric/pull/1647) by [ksylvan](https://github.com/ksylvan): Simplify Workflow with Single Version Retrieval Step
- Replace git tag lookup with version.nix file reading for release workflow
- Remove OS-specific git tag retrieval steps and add unified version extraction from nix file
- Include version format validation with regex check
- Add error handling for missing version file
- Consolidate cross-platform version logic into single step with bash shell for consistent version parsing
## v1.4.264 (2025-07-22)
### PR [#1642](https://github.com/danielmiessler/Fabric/pull/1642) by [ksylvan](https://github.com/ksylvan): Add --sync-db to `generate_changelog`, plus many fixes

View File

@@ -1,3 +1,3 @@
package main
var version = "v1.4.264"
var version = "v1.4.265"

Binary file not shown.

View File

@@ -1,7 +0,0 @@
### PR [#1647](https://github.com/danielmiessler/Fabric/pull/1647) by [ksylvan](https://github.com/ksylvan): Simplify Workflow with Single Version Retrieval Step
- Replace git tag lookup with version.nix file reading for release workflow
- Remove OS-specific git tag retrieval steps and add unified version extraction from nix file
- Include version format validation with regex check
- Add error handling for missing version file
- Consolidate cross-platform version logic into single step with bash shell for consistent version parsing

View File

@@ -1 +1 @@
"1.4.264"
"1.4.265"