Adjusted release date for 3.6.0 and updated Go version in go.mod

This commit is contained in:
Sveta Smirnova
2024-06-08 11:52:51 +03:00
parent e8a09c62a3
commit 1ecc039be7
3 changed files with 3 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
Changelog for Percona Toolkit
v3.6.0 released 2024-06-10
v3.6.0 released 2024-06-12
* Feature PR-754: Port improved pt-pmp (Thanks to Alexey Stroganov for the contribution)
* Feature PT-1751: adds --where param to pt-online-schema-change

View File

@@ -1,7 +1,7 @@
Percona Toolkit
***************
v3.6.0 released 2024-06-10
v3.6.0 released 2024-06-12
==============================
New Features

4
go.mod
View File

@@ -1,8 +1,6 @@
module github.com/percona/percona-toolkit
go 1.22.0
toolchain go1.22.2
go 1.22.4
require (
github.com/AlekSi/pointer v1.2.0