From 746137ecb36f1717e3faa1413e72539c472af2bf Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Tue, 26 Dec 2023 19:24:36 +0300 Subject: [PATCH] Release v1.0.0 Overview The first stable release exports IPROTO constansts from Tarantool 3.0. Breaking changes `ER_UNUSED` with error code 248 renamed to `ER_DEFAULT_VALUE_TYPE` (#4). New features Constants from Tarantool 3.0.0 (#4). --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e486c3..32a4ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,23 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release. ## [Unreleased] ### Added -- Constants from Tarantool `v3` (#6). ### Changed -- `ER_UNUSED` with error code 248 renamed to `ER_DEFAULT_VALUE_TYPE` (#6). ### Fixed +## [1.0.0] - 2023-12-27 + +The first stable release exports IPROTO constansts from Tarantool 3.0.0. + +### Added + +- Constants from Tarantool 3.0.0 (#4). + +### Changed + +- `ER_UNUSED` with error code 248 renamed to `ER_DEFAULT_VALUE_TYPE` (#4). + ## [0.1.0] - 2023-06-01 The initial release adds IPROTO constants exported from Tarantool 2.11.0.