Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
Overview

  This release introduces socket fd connect support.

Added

  - The ability to connect to the Tarantool using an existing
    socket fd (#304).
  • Loading branch information
DifferentialOrange committed Mar 27, 2024
1 parent 4a68269 commit a12f6e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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.2.0 - 2024-03-27

### Added
- The ability to connect to the Tarantool using an existing socket fd (#304).
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <georgy.moiseev@tarantool.org> Wed, 27 Mar 2024 11:00:00 +0300

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

## Overview
Expand Down

0 comments on commit a12f6e7

Please # to comment.