Update to 5.3.0

This commit is contained in:
1024jp 2022-07-19 13:03:20 +09:00
parent df506dc7f2
commit e99ced22d0
2 changed files with 10 additions and 1 deletions

View File

@ -2,6 +2,15 @@
Change Log
==========================
5.3.0
--------------------------
### Changes
- add `wBits` optional parameter to `gzipped(level:)` and `.gunzipped()` to support managing the size of the history buffer.
5.2.0
--------------------------

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GzipSwift"
s.version = "5.2.0"
s.version = "5.3.0"
s.swift_version = '5.0'
s.summary = "Swift framework that enables gzip/gunzip Data using zlib."