Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
weichsel committed Apr 3, 2024
1 parent 1765927 commit 02b6abe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.9.19](https://github.com/weichsel/ZIPFoundation/releases/tag/0.9.19)

### Updated
- Fixed privacy manifest
- Fixed deprecation warning in package manifest
- Fixed resource bundling instruction in the podspec

## [0.9.18](https://github.com/weichsel/ZIPFoundation/releases/tag/0.9.18)

### Added
Expand Down
2 changes: 1 addition & 1 deletion ZIPFoundation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZIPFoundation'
s.version = '0.9.18'
s.version = '0.9.19'
s.license = 'MIT'
s.summary = 'Effortless ZIP Handling in Swift'
s.homepage = 'https://github.com/weichsel/ZIPFoundation'
Expand Down
4 changes: 2 additions & 2 deletions ZIPFoundation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CURRENT_PROJECT_VERSION = 0.9.18;
CURRENT_PROJECT_VERSION = 0.9.19;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
ENABLE_TESTABILITY = YES;
Expand All @@ -559,7 +559,7 @@
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CURRENT_PROJECT_VERSION = 0.9.18;
CURRENT_PROJECT_VERSION = 0.9.19;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
ENABLE_TESTABILITY = YES;
Expand Down

0 comments on commit 02b6abe

Please sign in to comment.