You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
- Automated releases via GitHub Actions
13
13
- Dependabot integration for dependency updates
14
14
15
-
## [0.1.1] - 2024-06-13
15
+
## [0.1.1] - 2025-07-16
16
16
17
17
### Added
18
18
@@ -21,6 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
### Fixed
22
22
23
23
- CI workflow now uses the bundled `plenary.nvim` instead of installing via luarocks, ensuring consistent test results between local and CI environments.
24
+
- Fixed GitHub Actions CI failures by adding Lua development headers (`lua*-dev` packages)
25
+
- Added debug output and fallback handling for luarocks installation issues
26
+
- Resolved "Failed finding Lua header files" error in CI pipeline
0 commit comments