Skip to content

Commit 23a53e1

Browse files
author
hydepwns
committed
chore: Bump version to 0.1.1
- Update rockspec version to 0.1.1-1 - Update source tag to v0.1.1 - Update changelog with CI fixes and current date
1 parent 9430b24 commit 23a53e1

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Automated releases via GitHub Actions
1313
- Dependabot integration for dependency updates
1414

15-
## [0.1.1] - 2024-06-13
15+
## [0.1.1] - 2025-07-16
1616

1717
### Added
1818

@@ -21,6 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
### Fixed
2222

2323
- 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
2427

2528
## [0.1.0] - 2025-07-16
2629

mona-scm-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package = "mona.nvim"
2-
version = "0.1.0-1"
2+
version = "0.1.1-1"
33
rockspec_format = "3.0"
44

55
source = {
66
url = "git+https://github.com/hydepwns/mona.nvim",
7-
tag = "v0.1.0"
7+
tag = "v0.1.1"
88
}
99

1010
description = {

0 commit comments

Comments
 (0)