From 6d00de72f9e2db0111754c9c4c728c8760632936 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Wed, 20 Sep 2023 09:27:36 +0300 Subject: [PATCH] release 1.1.2 Overview This release introduce several bugfixes and behavior improvements. Fixed - Exception rethrow in crud API (PR #310). - Work with timestamps larger than year 2038 for some platforms (like Windows) (PR #311). It covers - building new `tarantool.Datetime` objects from timestamp, - parsing datetime objects received from Tarantool. --- CHANGELOG.md | 2 +- debian/changelog | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b400fc..cf674622 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.1.2 - 2023-09-20 ### Fixed - Exception rethrow in crud API (PR #310). diff --git a/debian/changelog b/debian/changelog index 429c65a1..c8d5153d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +python3-tarantool (1.1.2-0) unstable; urgency=medium + + ## Overview + + This release introduce several bugfixes and behavior improvements. + + ## Fixed + + - Exception rethrow in crud API (PR #310). + - Work with timestamps larger than year 2038 for some platforms (like Windows) (PR #311). + It covers + - building new `tarantool.Datetime` objects from timestamp, + - parsing datetime objects received from Tarantool. + + -- Georgy Moiseev Wed, 20 Sep 2023 10:00:00 +0300 + python3-tarantool (1.1.1-0) unstable; urgency=medium ## Overview