Skip to content

Commit 088cf56

Browse files
committed
Releasing version 14.0.0-beta.4.
1 parent 49212e7 commit 088cf56

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Next
22

3+
# [14.0.0-beta.4] - 2019-10-05
4+
35
* Removed Combine extensions for now. Due to problems with weak-linking the framework, it's too difficult to support it with ease using all package managers and also without breaking backwards-compatibility. Probably gonna introduce it once we only support Xcode 11. [#1933](https://github.com/Moya/Moya/pull/1933) by [@sunshinejr](https://github.com/sunshinejr)
46

57
# [14.0.0-beta.3] - 2019-09-27

Moya.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Moya"
3-
s.version = "14.0.0-beta.3"
3+
s.version = "14.0.0-beta.4"
44
s.summary = "Network abstraction layer written in Swift"
55
s.description = <<-EOS
66
Moya abstracts network commands using Swift Generics to provide developers

0 commit comments

Comments
 (0)