From 9a389a4843721ddf005a142c849603c81a4b3d3e Mon Sep 17 00:00:00 2001 From: Alexey Potapenko Date: Wed, 19 Aug 2026 14:27:33 +0300 Subject: [PATCH] Release 3.4.1 --- CHANGELOG.md | 8 ++++++++ checks/version.lua | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 903bb80..ae4ac68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/checks/version.lua b/checks/version.lua index a37cd51..66e3900 100644 --- a/checks/version.lua +++ b/checks/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '3.4.0' +return '3.4.1'