Skip to content

Commit 21f77a6

Browse files
release 1.1.1
Overview This release introduces various datetime interval fixes and quality of life improvements. Breaking changes - Forbid to create datetime intervals out of Tarantool limits (PR #302). Changed - Validate `tarantool.Interval` limits with the same rules as in Tarantool (PR #302). Fixed - `tarantool.Interval` arithmetic with weeks (PR #302). - `tarantool.Interval` weeks display in `str()` and `repr()` (PR #302).
1 parent f2104ee commit 21f77a6

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

Diff for: CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## 1.1.1 - 2023-07-19
88

99
### Changed
10-
- Validate `tarantool.Interval` limits with the same rules as in Tarantool.
10+
- Validate `tarantool.Interval` limits with the same rules as in Tarantool (PR #302).
1111

1212
### Fixed
13-
- `tarantool.Interval` arithmetic with weeks
14-
- `tarantool.Interval` weeks display in `str()` and `repr()`
13+
- `tarantool.Interval` arithmetic with weeks (PR #302).
14+
- `tarantool.Interval` weeks display in `str()` and `repr()` (PR #302).
1515

1616
## 1.1.0 - 2023-06-30
1717

Diff for: debian/changelog

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
python3-tarantool (1.1.1-0) unstable; urgency=medium
2+
3+
## Overview
4+
5+
This release introduces various datetime interval fixes and quality of life
6+
improvements.
7+
8+
## Breaking changes
9+
- Forbid to create datetime intervals out of Tarantool limits (PR #302).
10+
11+
## Changed
12+
- Validate `tarantool.Interval` limits with the same rules as in Tarantool (PR #302).
13+
14+
## Fixed
15+
- `tarantool.Interval` arithmetic with weeks (PR #302).
16+
- `tarantool.Interval` weeks display in `str()` and `repr()` (PR #302).
17+
18+
-- Georgy Moiseev <[email protected]> Wed, 19 Jul 2023 18:00:00 +0300
19+
120
python3-tarantool (1.1.0-0) unstable; urgency=medium
221

322
## Overview

0 commit comments

Comments
 (0)