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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Changed

### Fixed

### Removed

## [3.4.0] - 2025-10-21

This release introduces bumped CMake version to avoid compatibility
problem with CMake 4.x.

### Changed

- Bump CMake version to avoid compatibility problem with CMake 4.x (#66).

## [3.3.0] - 2023-04-19

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

## [3.2.0] - 2023-01-27

### Added

- "error" type supported.
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.3.0'
return '3.4.0'
Loading