Skip to content

Commit 1820e44

Browse files
Release 3.4.0
1 parent 62f5149 commit 1820e44

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
15+
### Removed
16+
17+
## [3.4.0] - 2025-10-21
18+
19+
This release introduces bumped CMake version to avoid compatibility
20+
problem with CMake 4.x.
21+
22+
### Changed
23+
24+
- Bump CMake version to avoid compatibility problem with CMake 4.x (#66).
25+
726
## [3.3.0] - 2023-04-19
827

928
### Added
@@ -16,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1635
- Override built-in checks, if installed.
1736

1837
## [3.2.0] - 2023-01-27
38+
1939
### Added
2040

2141
- "error" type supported.

checks/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Сontains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '3.3.0'
4+
return '3.4.0'

0 commit comments

Comments
 (0)