Skip to content

Commit

Permalink
Update podspec for 3.0.1 beta 8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon committed Jun 11, 2019
1 parent f114a8d commit 51343ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

* Add your own contributions to the next release on the line below this with your name.

- [performance] Return TTL cache objects without waiting for all metadata to be read. [#228]
(https://github.com/pinterest/PINCache/pull/228)
## 3.0.1 -- Beta 8
- [fix] Initing PINCache with TTL enabled should enable TTL on PINMemoryCache. [#246](https://github.com/pinterest/PINCache/pull/246)
- [performance] Return TTL cache objects without waiting for all metadata to be read. [#228](https://github.com/pinterest/PINCache/pull/228)
- [performance] Memory cache now performs some tasks such as trimming and removing experied objects with low priority. [#234](https://github.com/pinterest/PINCache/pull/234)

## 3.0.1 -- Beta 7
Expand Down
2 changes: 1 addition & 1 deletion PINCache.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PINCache'
s.version = '3.0.1-beta.7'
s.version = '3.0.1-beta.8'
s.homepage = 'https://github.com/pinterest/PINCache'
s.summary = 'Fast, thread safe, parallel object cache for iOS and OS X.'
s.authors = { 'Garrett Moon' => 'garrett@pinterest.com', 'Justin Ouellette' => 'jstn@tumblr.com' }
Expand Down

0 comments on commit 51343ca

Please sign in to comment.