Skip to content

Commit 4cd7ec2

Browse files
Release 0.5.0
Overview This release introduces new API to check module version in code. New features * Add versioning support (PR #62).
1 parent d804c00 commit 4cd7ec2

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
@@ -4,7 +4,7 @@ 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]
7+
## [0.5.0]
88
### Added:
99
- Versioning support
1010

migrator/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 '0.4.2'
4+
return '0.5.0'

0 commit comments

Comments
 (0)