Skip to content

Commit d5f16f2

Browse files
Release 3.1.0
Overview This release introduces new API to check module version in code, as well as several infrastructure improvements. New features * Add versioning support (PR #147). Infrastructure * Use git+https:// for git repository in rockspec (PR #143). * Test with GitHub Actions (PR #142). * Publish rockspec with GitHub Actions (PR #149). * Fix rpm build for Fedora 33+ (#148). * Publish rpm and deb package with GitHub Actions (PR #149).
1 parent e240ded commit d5f16f2

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+
## [3.1.0] - 2023-03-20
88
### Added
99
- [Add versioning support.](https://github.com/tarantool/avro-schema/pull/147)
1010
### Changed

avro_schema/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 '3.0.6'
4+
return '3.1.0'

0 commit comments

Comments
 (0)