Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andersio committed Nov 19, 2021
1 parent 64e8834 commit efb2f0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# master
*Please add new entries at the top.*

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

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

1. `Signal.Event` is now marked as frozen enum. (#841, kudos to @NachoSoto)

# 6.7.0
# 6.7.0-rc1

Expand Down
2 changes: 1 addition & 1 deletion ReactiveSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "ReactiveSwift"
# Version goes here and will be used to access the git tag later on, once we have a first release.
s.version = "6.7.0"
s.version = "7.0.0"
s.summary = "Streams of values over time"
s.description = <<-DESC
ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time.
Expand Down

0 comments on commit efb2f0a

Please sign in to comment.