From 44513a8574c44e79d17e1d171ec1d7ea60b19415 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Wed, 19 Apr 2023 10:05:26 +0300 Subject: [PATCH] release 3.3.0 Overview This release introduces API to check module version in code and built-in module overriding. Breaking changes This release should not break any existing behavior. New features - Versioning supported. - Override built-in checks, if installed. Changes - Build rock with cmake. --- CHANGELOG.md | 2 +- checks/version.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6efa3a..b66ea7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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] +## [3.3.0] - 2023-04-19 ### Added diff --git a/checks/version.lua b/checks/version.lua index 57a1a94..37ef5c9 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.2.0' +return '3.3.0'