Skip to content

Commit

Permalink
release 3.3.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DifferentialOrange committed Apr 19, 2023
1 parent e7c507f commit 44513a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.2.0'
return '3.3.0'

0 comments on commit 44513a8

Please sign in to comment.