[ffigen] Merge branch 'stable' into merge_stable
diff --git a/pkgs/ffigen/.github/workflows/test-package.yml b/pkgs/ffigen/.github/workflows/test-package.yml index 4070746..8da431d 100644 --- a/pkgs/ffigen/.github/workflows/test-package.yml +++ b/pkgs/ffigen/.github/workflows/test-package.yml
@@ -3,9 +3,9 @@ on: # Run on PRs and pushes to the default branch. push: - branches: [ master ] + branches: [ master, stable] pull_request: - branches: [ master ] + branches: [ master, stable] schedule: - cron: "0 0 * * 0"
diff --git a/pkgs/ffigen/CHANGELOG.md b/pkgs/ffigen/CHANGELOG.md index 6c5a9e5..fd75d43 100644 --- a/pkgs/ffigen/CHANGELOG.md +++ b/pkgs/ffigen/CHANGELOG.md
@@ -3,6 +3,9 @@ - Breaking: removed config keys - `size-map` and `typedef-map`. - Added config keys - `library-imports` and `type-map`. +# 4.1.3 +- Analyzer fixes. + # 4.1.2 - Added fix for empty include list to exclude all