From 3c60c7c6573240acd970876308292f2079eb793d Mon Sep 17 00:00:00 2001 From: Enderlook Date: Mon, 6 Dec 2021 15:53:50 -0300 Subject: [PATCH] Update from v0.1.0 to v0.1.1 --- Changelog.md | 2 +- Net Pools/Net Pools.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 9c3288b..f90eccb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,7 +3,7 @@ ## v0.1.0 Initial release. -## +## v0.1.1 - Fix documentation - Specify that `ObjectPool.ApproximateCount()` must return `-1` if the operation is not supported. - Specify that `ObjectPool.Return(T obj)` must never fail silently if `obj` is `null`. diff --git a/Net Pools/Net Pools.csproj b/Net Pools/Net Pools.csproj index 1a98459..63af5b9 100644 --- a/Net Pools/Net Pools.csproj +++ b/Net Pools/Net Pools.csproj @@ -10,7 +10,7 @@ Enderlook.Pools https://github.com/Enderlook/Net-Pools git - 0.1.0 + 0.1.1 10 true true