Skip to content

Commit ac6a250

Browse files
release: 1.1.0
Overview This release introduces new API to check module version in code, as well as several compatibility bugfixes. New features * Add versioning support (PR #342). Bugfixes * Fix pre-hotreload `cartridge` support (older than 2.4.0) (PR #341). * Fix Tarantool version-dependent features for 3.x (PR #344).
1 parent cf1d1fe commit ac6a250

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.1.0] - 13-03-23
99

1010
### Added
1111
* Add versioning support (PR #342).

crud/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 '1.0.0'
4+
return '1.1.0'

0 commit comments

Comments
 (0)