From 75b4076cd6eb08cd56a60f9d16e2063a7b63daa3 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Sat, 27 Apr 2024 18:33:27 +0300 Subject: [PATCH] release 1.5.1 Overview This release clarifies license in the rockspec. Added * Clarify license in the rockspec (#434). --- CHANGELOG.md | 5 +++++ crud/version.lua | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 302a3368..f9aa56e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). +## [1.5.1] - 27-04-24 + +### Added +* Clarify license in the rockspec (#434). + ## [1.5.0] - 03-04-24 ### Added diff --git a/crud/version.lua b/crud/version.lua index 53a8043a..862caa6c 100644 --- a/crud/version.lua +++ b/crud/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '1.5.0' +return '1.5.1'