Skip to content

Commit efb2f0a

Browse files
committed
7.0.0
1 parent 64e8834 commit efb2f0a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# master
22
*Please add new entries at the top.*
33

4+
# 7.0.0
45
1. The UnidirectionalBinding operator `<~` returns non optional values. (#834, kudos to @NicholasTD07)
56

67
1. Fixed issue where `SingalProducer.try(upTo:interval:count:)` shares state between invocation of `start` on the same producer. (#829, kudos to @sebastiangrail)
78

9+
1. `Signal.Event` is now marked as frozen enum. (#841, kudos to @NachoSoto)
10+
811
# 6.7.0
912
# 6.7.0-rc1
1013

ReactiveSwift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "ReactiveSwift"
33
# Version goes here and will be used to access the git tag later on, once we have a first release.
4-
s.version = "6.7.0"
4+
s.version = "7.0.0"
55
s.summary = "Streams of values over time"
66
s.description = <<-DESC
77
ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time.

0 commit comments

Comments
 (0)