From 941bb00147aca7f39da994c46b740ccacfbe0f24 Mon Sep 17 00:00:00 2001 From: Anthony <26444489+AnthonyCvn@users.noreply.github.com> Date: Tue, 16 Jun 2026 08:39:50 +0200 Subject: [PATCH 1/3] Release v1.20.0 --- CHANGELOG.md | 5 ++++- CMakeLists.txt | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ffe7d..ae98e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.20.0 - 2026-06-16 + ### Added - Add lifecycle `type` and RFC3339 `last_run` support to `LifecycleInfo`, [PR-131](https://github.com/reductstore/reduct-cpp/pull/131) @@ -328,7 +330,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation of Reduct Storage API v0.1.0 -[Unreleased]: https://github.com/reduct-storage/reduct-cpp/compare/v1.17.0...HEAD +[Unreleased]: https://github.com/reductstore/reduct-cpp/compare/v1.20.0...HEAD +[1.20.0]: https://github.com/reductstore/reduct-cpp/compare/v1.19.1...v1.20.0 [1.17.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.17.0...1.16.0 [1.16.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.15.0...1.16.0 [1.15.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.14.0...1.15.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cc5465..7e1685b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ cmake_minimum_required(VERSION 3.23) set(MAJOR_VERSION 1) -set(MINOR_VERSION 19) -set(PATCH_VERSION 1) +set(MINOR_VERSION 20) +set(PATCH_VERSION 0) set(REDUCT_CPP_FULL_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}) project(reductcpp VERSION ${REDUCT_CPP_FULL_VERSION} LANGUAGES CXX) From 7957182d157ea37443de235dabbf1b3a5445761e Mon Sep 17 00:00:00 2001 From: Anthony <26444489+AnthonyCvn@users.noreply.github.com> Date: Tue, 16 Jun 2026 09:05:43 +0200 Subject: [PATCH 2/3] Update refs --- CHANGELOG.md | 60 ++++++++++++++++++++++++++++------------------------ README.md | 1 + 2 files changed, 33 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae98e3b..ce81dae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -332,31 +332,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/reductstore/reduct-cpp/compare/v1.20.0...HEAD [1.20.0]: https://github.com/reductstore/reduct-cpp/compare/v1.19.1...v1.20.0 -[1.17.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.17.0...1.16.0 -[1.16.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.15.0...1.16.0 -[1.15.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.14.0...1.15.0 -[1.14.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.13.0...1.14.0 -[1.13.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.12.0...1.13.0 -[1.12.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.11.0...1.12.0 -[1.11.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.10.0...1.11.0 -[1.10.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.9.0...1.10.0 -[1.9.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.8.0...1.9.0 -[1.8.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.7.1...1.8.0 -[1.7.1]: https://github.com/reduct-storage/reduct-cpp/compare/v1.7.0...1.7.1 -[1.7.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.6.0...1.7.0 -[1.6.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.5.0...1.6.0 -[1.5.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.4.0...1.5.0 -[1.4.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.3.0...1.4.0 -[1.3.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.2.0...1.3.0 -[1.2.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.1.0...1.2.0 -[1.1.0]: https://github.com/reduct-storage/reduct-cpp/compare/v1.0.1...1.1.0 -[1.0.1]: https://github.com/reduct-storage/reduct-cpp/compare/v1.0.0...1.0.1 -[1.0.0]: https://github.com/reduct-storage/reduct-cpp/compare/v0.8.0...1.0.0 -[0.8.0]: https://github.com/reduct-storage/reduct-cpp/compare/v0.7.0...v0.8.0 -[0.7.0]: https://github.com/reduct-storage/reduct-cpp/compare/v0.6.0...v0.7.0 -[0.6.0]: https://github.com/reduct-storage/reduct-cpp/compare/v0.5.0...v0.6.0 -[0.5.0]: https://github.com/reduct-storage/reduct-cpp/compare/v0.4.0...v0.5.0 -[0.4.0]: https://github.com/reduct-storage/reduct-cpp/compare/v0.3.0...v0.4.0 -[0.3.0]: https://github.com/reduct-storage/reduct-cpp/compare/v0.2.0...v0.3.0 -[0.2.0]: https://github.com/reduct-storage/reduct-cpp/compare/v0.1.0...v0.2.0 -[0.1.0]: https://github.com/reduct-storage/reduct-cpp/releases/tag/v0.1.0 +[1.19.1]: https://github.com/reductstore/reduct-cpp/compare/v1.19.0...v1.19.1 +[1.19.0]: https://github.com/reductstore/reduct-cpp/compare/v1.18.0...v1.19.0 +[1.18.0]: https://github.com/reductstore/reduct-cpp/compare/v1.17.1...v1.18.0 +[1.17.1]: https://github.com/reductstore/reduct-cpp/compare/v1.17.0...v1.17.1 +[1.17.0]: https://github.com/reductstore/reduct-cpp/compare/v1.16.0...v1.17.0 +[1.16.0]: https://github.com/reductstore/reduct-cpp/compare/v1.15.0...v1.16.0 +[1.15.0]: https://github.com/reductstore/reduct-cpp/compare/v1.14.0...v1.15.0 +[1.14.0]: https://github.com/reductstore/reduct-cpp/compare/v1.13.0...v1.14.0 +[1.13.0]: https://github.com/reductstore/reduct-cpp/compare/v1.12.0...v1.13.0 +[1.12.0]: https://github.com/reductstore/reduct-cpp/compare/v1.11.0...v1.12.0 +[1.11.0]: https://github.com/reductstore/reduct-cpp/compare/v1.10.0...v1.11.0 +[1.10.0]: https://github.com/reductstore/reduct-cpp/compare/v1.9.0...v1.10.0 +[1.9.0]: https://github.com/reductstore/reduct-cpp/compare/v1.8.0...v1.9.0 +[1.8.0]: https://github.com/reductstore/reduct-cpp/compare/v1.7.1...v1.8.0 +[1.7.1]: https://github.com/reductstore/reduct-cpp/compare/v1.7.0...v1.7.1 +[1.7.0]: https://github.com/reductstore/reduct-cpp/compare/v1.6.0...v1.7.0 +[1.6.0]: https://github.com/reductstore/reduct-cpp/compare/v1.5.0...v1.6.0 +[1.5.0]: https://github.com/reductstore/reduct-cpp/compare/v1.4.0...v1.5.0 +[1.4.0]: https://github.com/reductstore/reduct-cpp/compare/v1.3.0...v1.4.0 +[1.3.0]: https://github.com/reductstore/reduct-cpp/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/reductstore/reduct-cpp/compare/v1.1.0...v1.2.0 +[1.1.0]: https://github.com/reductstore/reduct-cpp/compare/v1.0.1...v1.1.0 +[1.0.1]: https://github.com/reductstore/reduct-cpp/compare/v1.0.0...v1.0.1 +[1.0.0]: https://github.com/reductstore/reduct-cpp/compare/v0.8.0...v1.0.0 +[0.8.0]: https://github.com/reductstore/reduct-cpp/compare/v0.7.0...v0.8.0 +[0.7.0]: https://github.com/reductstore/reduct-cpp/compare/v0.6.0...v0.7.0 +[0.6.0]: https://github.com/reductstore/reduct-cpp/compare/v0.5.0...v0.6.0 +[0.5.0]: https://github.com/reductstore/reduct-cpp/compare/v0.4.0...v0.5.0 +[0.4.0]: https://github.com/reductstore/reduct-cpp/compare/v0.3.0...v0.4.0 +[0.3.0]: https://github.com/reductstore/reduct-cpp/compare/v0.2.0...v0.3.0 +[0.2.0]: https://github.com/reductstore/reduct-cpp/compare/v0.1.0...v0.2.0 +[0.1.0]: https://github.com/reductstore/reduct-cpp/releases/tag/v0.1.0 diff --git a/README.md b/README.md index d9dc3b6..4a8ebd1 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ The library is backward compatible with the previous versions. However, some met removed in the future releases. Please refer to the [Changelog](CHANGELOG.md) for more details. The SDK supports the following ReductStore API versions: +* v1.20 * v1.19 * v1.18 * v1.17 From 2a84aee9ea639bd6605f03f6ef6c419a4b9ff463 Mon Sep 17 00:00:00 2001 From: Anthony <26444489+AnthonyCvn@users.noreply.github.com> Date: Tue, 16 Jun 2026 09:37:27 +0200 Subject: [PATCH 3/3] Remove v1.17 ref --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4a8ebd1..f1a5bc0 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,6 @@ The SDK supports the following ReductStore API versions: * v1.20 * v1.19 * v1.18 -* v1.17 It can work with newer and older versions, but it is not guaranteed that all features will work as expected because the API may change and some features may be deprecated or the SDK may not support them yet.