From 2fb85948463292c2e824148cf17dc62a4c217a94 Mon Sep 17 00:00:00 2001 From: Andy Finnell Date: Mon, 13 May 2024 09:38:05 -0400 Subject: [PATCH] Cut 3.0.4 release #changelog (#331) ## Summary Need to cut the 3.0.4 release now that everything has been merged. --- .github_changelog_generator | 4 ++-- .ruby-version | 1 + CHANGELOG.md | 8 ++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .ruby-version diff --git a/.github_changelog_generator b/.github_changelog_generator index 71e4626b..1c40d261 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,3 +1,3 @@ issues=false -since-tag=3.0.2 -future-release=3.0.3 +since-tag=3.0.4 +future-release=3.0.5 diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 00000000..15a27998 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad6ac04..890478c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.0.4](https://github.com/Pinterest/PINCache/tree/3.0.4) (2024-05-13) + +[Full Changelog](https://github.com/Pinterest/PINCache/compare/3.0.3...3.0.4) + +- Add ability to configure maxConcurrentOperations [\#329](https://github.com/pinterest/PINCache/pull/329) ([andyfinnell](https://github.com/andyfinnell)) +- Add Least Frequently Used eviction strategy [\#328](https://github.com/pinterest/PINCache/pull/328) ([andyfinnell](https://github.com/andyfinnell)) +- Update project and installation methods \(CocoaPods and Swift Package Manager\) for Xcode 15 [\#327](https://github.com/pinterest/PINCache/pull/327) ([tstump-phunware](https://github.com/tstump-phunware)) + ## [3.0.3](https://github.com/Pinterest/PINCache/tree/3.0.3) (2020-10-22) [Full Changelog](https://github.com/Pinterest/PINCache/compare/3.0.2...3.0.3)