Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <georgy.moiseev@tarantool.org> Wed, 20 Sep 2023 10:00:00 +0300

python3-tarantool (1.1.1-0) unstable; urgency=medium

## Overview
Expand Down