Bump version to 3.0.0

This commit is contained in:
Davide De Rosa 2020-11-15 21:13:45 +01:00
parent d4d9d5e783
commit 5c4a4e39c8
4 changed files with 11 additions and 10 deletions

View File

@ -11,7 +11,7 @@ xcodebuild_arguments:
- "-scheme"
- "TunnelKit-iOS"
- "-sdk"
- "iphonesimulator"
- "iphoneos"
custom_categories:
- name: Core

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## 3.0.0 (2020-11-15)
### Added

View File

@ -1,19 +1,20 @@
PODS:
- OpenSSL-Apple (1.1.1h.8)
- SwiftyBeaver (1.9.3)
- TunnelKit (2.3.0):
- TunnelKit/Protocols/OpenVPN (= 2.3.0)
- TunnelKit/AppExtension (2.3.0):
- TunnelKit (3.0.0):
- TunnelKit/Protocols/OpenVPN (= 3.0.0)
- TunnelKit/AppExtension (3.0.0):
- SwiftyBeaver
- TunnelKit/Core
- TunnelKit/Core (2.3.0):
- TunnelKit/Core (3.0.0):
- SwiftyBeaver
- TunnelKit/Manager (2.3.0):
- TunnelKit/Manager (3.0.0):
- SwiftyBeaver
- TunnelKit/Protocols/OpenVPN (2.3.0):
- TunnelKit/Protocols/OpenVPN (3.0.0):
- OpenSSL-Apple (~> 1.1.1h.8)
- TunnelKit/AppExtension
- TunnelKit/Core
- TunnelKit/Manager
DEPENDENCIES:
- TunnelKit (from `..`)
@ -31,7 +32,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
OpenSSL-Apple: 70990157548ecf94885310231aff52db698e1077
SwiftyBeaver: 2e8acd6fc90c6d0a27055867a290794926d57c02
TunnelKit: 7673a45c3c253703fd17912eda8a5504ccc79837
TunnelKit: 231da80bc3ccbcad7cad1e661f8e08cd26703fc0
PODFILE CHECKSUM: 518aaea9a529c96ba3024918bc0850dd6e92ac61

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TunnelKit"
s.version = "2.3.0"
s.version = "3.0.0"
s.summary = "Non-official OpenVPN client for Apple platforms."
s.homepage = "https://github.com/passepartoutvpn/tunnelkit"