Skip to content

Commit 41e0d58

Browse files
authored
Prepare release 0.5.0 (#391)
* Update podspecs * Update README
1 parent c2e89a7 commit 41e0d58

17 files changed

+25
-25
lines changed

Bow.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Bow"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowBrightFutures.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowBrightFutures"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowBrightFutures provides an integration with BrightFutures."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowBrightFuturesGenerators.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowBrightFuturesGenerators"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "PBT Generators for data types in BowBrightFutures."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowEffects.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowEffects"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowEffects provides classes to work with effects in a purely functional way."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowEffectsGenerators.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowEffectsGenerators"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "PBT Generators for data types in BowEffects."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowEffectsLaws.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowEffectsLaws"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "Laws for type classes included in BowEffects."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowFree.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowFree"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowFree provides classes to work with Free Monads."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowFreeGenerators.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowFreeGenerators"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "PBT Generators for data types in BowFree."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowGenerators.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowGenerators"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "PBT Generators for data types in Bow."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowGeneric.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowGeneric"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowGeneric provides classes for generic programming."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowLaws.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowLaws"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "Laws for type classes included in Bow."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowOptics.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowOptics"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowOptics contains classes to work with Optics in Swift."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowOpticsLaws.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowOpticsLaws"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "Laws for type classes included in BowOptics."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowRecursionSchemes.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowRecursionSchemes"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowRecursionSchemes provides classes to work with recursion schemes in Swift."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowRx.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowRx"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowRx provides an integration with RxSwift."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowRxGenerators.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowRxGenerators"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "PBT Generators for data types in BowRx."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ Bow is available using CocoaPods, Carthage and Swift Package Manager.
4545
You can consume each Bow module as a separate pod. You can add these lines to your Podfile at your convenience:
4646

4747
```ruby
48-
pod "Bow", "~> 0.4.0"
49-
pod "BowOptics", "~> 0.4.0"
50-
pod "BowRecursionSchemes", "~> 0.4.0"
51-
pod "BowFree", "~> 0.4.0"
52-
pod "BowGeneric", "~> 0.4.0"
53-
pod "BowEffects", "~> 0.4.0"
54-
pod "BowRx", "~> 0.4.0"
55-
pod "BowBrightFutures", "~> 0.4.0"
48+
pod "Bow", "~> {version}"
49+
pod "BowOptics", "~> {version}"
50+
pod "BowRecursionSchemes", "~> {version}"
51+
pod "BowFree", "~> {version}"
52+
pod "BowGeneric", "~> {version}"
53+
pod "BowEffects", "~> {version}"
54+
pod "BowRx", "~> {version}"
55+
pod "BowBrightFutures", "~> {version}"
5656
```
5757

5858
Testing laws:
@@ -78,7 +78,7 @@ pod "BowBrightFuturesGenerators", "~> {version}"
7878
Carthage will download the whole Bow project, but it will compile individual frameworks for each module that you can use separately. Add this line to your Cartfile:
7979

8080
```
81-
github "bow-swift/Bow" ~> 0.4.0
81+
github "bow-swift/Bow" ~> {version}
8282
```
8383

8484
### Swift Package Manager

0 commit comments

Comments
 (0)