Skip to content

Commit a5bafed

Browse files
committed
chore(release): ferrflow v4.6.2
1 parent 5a63dbf commit a5bafed

8 files changed

Lines changed: 18 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to `ferrflow` will be documented here.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/).
66

7+
## [4.6.2] - 2026-04-29
8+
9+
### Bug Fixes
10+
11+
- fix(ci): rename allow-wildcards-in-private to allow-wildcard-paths (cargo-deny) (#403)
12+
713
## [4.6.1] - 2026-04-26
814

915
### Bug Fixes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "3"
55

66
[package]
77
name = "ferrflow"
8-
version = "4.6.1"
8+
version = "4.6.2"
99
edition = "2024"
1010
description = "Universal semantic versioning for monorepos and classic repos"
1111
license = "MPL-2.0"

npm/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"license": "MPL-2.0",
1515
"name": "ferrflow",
1616
"optionalDependencies": {
17-
"@ferrflow/darwin-arm64": "4.6.1",
18-
"@ferrflow/darwin-x64": "4.6.1",
19-
"@ferrflow/linux-arm64": "4.6.1",
20-
"@ferrflow/linux-x64": "4.6.1",
21-
"@ferrflow/win32-x64": "4.6.1"
17+
"@ferrflow/darwin-arm64": "4.6.2",
18+
"@ferrflow/darwin-x64": "4.6.2",
19+
"@ferrflow/linux-arm64": "4.6.2",
20+
"@ferrflow/linux-x64": "4.6.2",
21+
"@ferrflow/win32-x64": "4.6.2"
2222
},
2323
"repository": {
2424
"type": "git",
2525
"url": "git+https://github.com/FerrLabs/FerrFlow.git"
2626
},
2727
"type": "module",
28-
"version": "4.6.1"
28+
"version": "4.6.2"
2929
}

npm/platforms/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"type": "git",
1313
"url": "git+https://github.com/FerrLabs/FerrFlow.git"
1414
},
15-
"version": "4.6.1"
15+
"version": "4.6.2"
1616
}

npm/platforms/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"type": "git",
1313
"url": "git+https://github.com/FerrLabs/FerrFlow.git"
1414
},
15-
"version": "4.6.1"
15+
"version": "4.6.2"
1616
}

npm/platforms/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"type": "git",
1313
"url": "git+https://github.com/FerrLabs/FerrFlow.git"
1414
},
15-
"version": "4.6.1"
15+
"version": "4.6.2"
1616
}

npm/platforms/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"type": "git",
1313
"url": "git+https://github.com/FerrLabs/FerrFlow.git"
1414
},
15-
"version": "4.6.1"
15+
"version": "4.6.2"
1616
}

npm/platforms/win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"type": "git",
1313
"url": "git+https://github.com/FerrLabs/FerrFlow.git"
1414
},
15-
"version": "4.6.1"
15+
"version": "4.6.2"
1616
}

0 commit comments

Comments
 (0)