Skip to content

Commit 8fc89dd

Browse files
committed
5.0.6
1 parent e357dea commit 8fc89dd

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### 5.0.6 (2024-10-06)
6+
7+
There are no actual code changes to this release, we've only removed the original author's e-mail from the repo based on their request. (See #112)
8+
59
### [5.0.5](https://github.com/RxSwiftCommunity/RxOptional/branches/compare/v5.0.5%0Dv5.0.4) (2022-04-14)
610

711
### [5.0.4](https://github.com/RxSwiftCommunity/RxOptional/branches/compare/v5.0.4%0Dv5.0.3) (2021-10-05)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ let package = Package(
218218

219219
## Author
220220

221-
Thane Gill, [email protected]
221+
Thane Gill
222222

223223
## License
224224

RxOptional.podspec

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "RxOptional"
33
# Version to always follow latest tag, with fallback to major
4-
s.version = "5.0.5"
4+
s.version = "5.0.6"
55
s.license = "MIT"
66
s.summary = "RxSwift extensions for Swift optionals and Occupiable types"
77

@@ -14,14 +14,13 @@ Pod::Spec.new do |s|
1414
s.source = { :git => "https://github.com/RxSwiftCommunity/RxOptional.git", :tag => "v" + s.version.to_s }
1515
s.swift_version = "5.1"
1616

17-
s.ios.deployment_target = "10.0"
18-
s.osx.deployment_target = "10.10"
19-
s.watchos.deployment_target = "3.0"
20-
s.tvos.deployment_target = "10.0"
21-
22-
s.requires_arc = true
17+
s.ios.deployment_target = "11.0"
18+
s.osx.deployment_target = "12.3"
19+
s.watchos.deployment_target = "4.0"
20+
s.tvos.deployment_target = "11.0"
2321

2422
s.source_files = "Sources/RxOptional/*.swift"
23+
s.requires_arc = true
2524

2625
s.frameworks = "Foundation"
2726
s.dependency "RxSwift", "~> 6.0"

0 commit comments

Comments
 (0)