From db32a967d4da1853bdbfbe6bf8d279054e5045bf Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Mon, 13 Feb 2023 11:41:39 +0300 Subject: [PATCH 1/3] changelog: fix unreleased entry Follows #271 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1028fc..d2291c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ 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 -- Support `fetch_schema` parameter for a connection (#219). ### Added +- Support `fetch_schema` parameter for a connection (#219). ### Changed From c0810c9841edff8bdbb352d815dfe7209b2146bb Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Mon, 13 Feb 2023 11:45:17 +0300 Subject: [PATCH 2/3] deb: fix release author entries in changelog --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0c13aaea..8aafe69e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,7 +18,7 @@ python3-tarantool (0.11.0-0) unstable; urgency=medium - Support specifying authentication method with `auth_type` and Tarantool EE `pap-sha256` authentication method (#269). - -- Georgy.moiseev Sat, 31 Dec 2022 02:09:03 +0300 + -- Georgy Moiseev Sat, 31 Dec 2022 02:09:03 +0300 python3-tarantool (0.10.0-0) unstable; urgency=medium @@ -223,7 +223,7 @@ python3-tarantool (0.10.0-0) unstable; urgency=medium - Pack and publish pip, RPM and deb packages with GitHub Actions (#164, #198). - Publish on readthedocs with CI/CD (including PRs) (#67). - -- Georgy.moiseev Wed, 09 Nov 2022 13:14:20 +0300 + -- Georgy Moiseev Wed, 09 Nov 2022 13:14:20 +0300 tarantool-python (0.9.0-0) unstable; urgency=medium ## Overview From 1e9761f8900ac8654cb54a1ab8d8743d466eb6a1 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Mon, 13 Feb 2023 11:51:53 +0300 Subject: [PATCH 3/3] release: 0.12.0 Overview This release introduces the support of `fetch_schema` connection option to disable schema fetch and various fixes. Breaking changes This release should not break any existing behavior. New features - `fetch_schema` parameter for a connection (#219). Bugfixes - Error code on socket error (#279). Thanks We want to thank @bekhzod91 for a bugfix contribution. --- CHANGELOG.md | 4 +--- debian/changelog | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2291c08..62a69014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,11 @@ 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 +## 0.12.0 - 2023-02-13 ### Added - Support `fetch_schema` parameter for a connection (#219). -### Changed - ### Fixed - Error code on socket error (#279). diff --git a/debian/changelog b/debian/changelog index 8aafe69e..e862fd59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +python3-tarantool (0.12.0-0) unstable; urgency=medium + + ## Overview + + This release introduces the support of `fetch_schema` connection + option to disable schema fetch and various fixes. + + ### Breaking changes + + This release should not break any existing behavior. + + ### New features + - `fetch_schema` parameter for a connection (#219). + + ### Bugfixes + - Error code on socket error (#279). + + ### Thanks + We want to thank @bekhzod91 for a bugfix contribution. + + -- Georgy Moiseev Mon, 13 Feb 2023 11:43:30 +0300 + python3-tarantool (0.11.0-0) unstable; urgency=medium ## Overview