Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Removed

## [3.4.1] - 2026-08-19

This release introduces EmmyLua annotations.

### Added

- Bring EmmyLua annotations (#68).

## [3.4.0] - 2025-10-21

This release introduces bumped CMake version to avoid compatibility
Expand Down
2 changes: 1 addition & 1 deletion checks/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Сontains the module version.
-- Requires manual update in case of release commit.

return '3.4.0'
return '3.4.1'
Loading