Bump version to 3.0.0
This commit is contained in:
parent
d4d9d5e783
commit
5c4a4e39c8
|
@ -11,7 +11,7 @@ xcodebuild_arguments:
|
||||||
- "-scheme"
|
- "-scheme"
|
||||||
- "TunnelKit-iOS"
|
- "TunnelKit-iOS"
|
||||||
- "-sdk"
|
- "-sdk"
|
||||||
- "iphonesimulator"
|
- "iphoneos"
|
||||||
|
|
||||||
custom_categories:
|
custom_categories:
|
||||||
- name: Core
|
- name: Core
|
||||||
|
|
|
@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Unreleased
|
## 3.0.0 (2020-11-15)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
PODS:
|
PODS:
|
||||||
- OpenSSL-Apple (1.1.1h.8)
|
- OpenSSL-Apple (1.1.1h.8)
|
||||||
- SwiftyBeaver (1.9.3)
|
- SwiftyBeaver (1.9.3)
|
||||||
- TunnelKit (2.3.0):
|
- TunnelKit (3.0.0):
|
||||||
- TunnelKit/Protocols/OpenVPN (= 2.3.0)
|
- TunnelKit/Protocols/OpenVPN (= 3.0.0)
|
||||||
- TunnelKit/AppExtension (2.3.0):
|
- TunnelKit/AppExtension (3.0.0):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit/Core
|
- TunnelKit/Core
|
||||||
- TunnelKit/Core (2.3.0):
|
- TunnelKit/Core (3.0.0):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit/Manager (2.3.0):
|
- TunnelKit/Manager (3.0.0):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit/Protocols/OpenVPN (2.3.0):
|
- TunnelKit/Protocols/OpenVPN (3.0.0):
|
||||||
- OpenSSL-Apple (~> 1.1.1h.8)
|
- OpenSSL-Apple (~> 1.1.1h.8)
|
||||||
- TunnelKit/AppExtension
|
- TunnelKit/AppExtension
|
||||||
- TunnelKit/Core
|
- TunnelKit/Core
|
||||||
|
- TunnelKit/Manager
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- TunnelKit (from `..`)
|
- TunnelKit (from `..`)
|
||||||
|
@ -31,7 +32,7 @@ EXTERNAL SOURCES:
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
OpenSSL-Apple: 70990157548ecf94885310231aff52db698e1077
|
OpenSSL-Apple: 70990157548ecf94885310231aff52db698e1077
|
||||||
SwiftyBeaver: 2e8acd6fc90c6d0a27055867a290794926d57c02
|
SwiftyBeaver: 2e8acd6fc90c6d0a27055867a290794926d57c02
|
||||||
TunnelKit: 7673a45c3c253703fd17912eda8a5504ccc79837
|
TunnelKit: 231da80bc3ccbcad7cad1e661f8e08cd26703fc0
|
||||||
|
|
||||||
PODFILE CHECKSUM: 518aaea9a529c96ba3024918bc0850dd6e92ac61
|
PODFILE CHECKSUM: 518aaea9a529c96ba3024918bc0850dd6e92ac61
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = "TunnelKit"
|
s.name = "TunnelKit"
|
||||||
s.version = "2.3.0"
|
s.version = "3.0.0"
|
||||||
s.summary = "Non-official OpenVPN client for Apple platforms."
|
s.summary = "Non-official OpenVPN client for Apple platforms."
|
||||||
|
|
||||||
s.homepage = "https://github.com/passepartoutvpn/tunnelkit"
|
s.homepage = "https://github.com/passepartoutvpn/tunnelkit"
|
||||||
|
|
Loading…
Reference in New Issue