From c5402ce53663d3c6481ea83c2912c339aeb94adc Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 11 Feb 2023 08:55:31 -0600 Subject: [PATCH] Release v2.2.0 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5267548..82e88cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.2.0 (February 11, 2023) + +* Use Go 1.19 atomics and drop go.uber.org/atomic dependency + # 2.1.2 (November 12, 2022) * Restore support to Go 1.18 via go.uber.org/atomic diff --git a/README.md b/README.md index 7086b09..0ad07ec 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ own. * Acquire cancellation via context standard library * Statistics API for monitoring pool pressure -* ~~No dependencies outside of standard library~~ (uses go.uber.org/atomic until Go 1.19 atomics can be used) +* No dependencies outside of standard library and golang.org/x/sync * High performance * 100% test coverage of reachable code @@ -73,7 +73,7 @@ Puddle is stable and feature complete. ## Supported Go Versions -puddle supports the same versions of Go that are supported by the Go project. For [Go](https://golang.org/doc/devel/release.html#policy) that is the two most recent major releases. This means puddle supports Go 1.18 and higher. +puddle supports the same versions of Go that are supported by the Go project. For [Go](https://golang.org/doc/devel/release.html#policy) that is the two most recent major releases. This means puddle supports Go 1.19 and higher. ## License