From a12f6e7f8e1b23a8ed2e5076cdcfa130af15a81f Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Wed, 27 Mar 2024 10:55:00 +0300 Subject: [PATCH] release 1.2.0 Overview This release introduces socket fd connect support. Added - The ability to connect to the Tarantool using an existing socket fd (#304). --- CHANGELOG.md | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3bd49f1..28f93b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 1.2.0 - 2024-03-27 ### Added - The ability to connect to the Tarantool using an existing socket fd (#304). diff --git a/debian/changelog b/debian/changelog index c8d5153d..07127a11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +python3-tarantool (1.2.0-0) unstable; urgency=medium + + ## Overview + + This release introduces socket fd connect support. + + ## Added + + - The ability to connect to the Tarantool using an existing socket fd (#304). + + -- Georgy Moiseev Wed, 27 Mar 2024 11:00:00 +0300 + python3-tarantool (1.1.2-0) unstable; urgency=medium ## Overview