Skip to content

Commit

Permalink
5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Oct 6, 2024
1 parent e357dea commit 8897699
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.

### 5.0.6 (2024-10-06)

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)

### [5.0.5](https://github.com/RxSwiftCommunity/RxOptional/branches/compare/v5.0.5%0Dv5.0.4) (2022-04-14)

### [5.0.4](https://github.com/RxSwiftCommunity/RxOptional/branches/compare/v5.0.4%0Dv5.0.3) (2021-10-05)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ let package = Package(

## Author

Thane Gill, [email protected]
Thane Gill

## License

Expand Down
2 changes: 1 addition & 1 deletion RxOptional.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "RxOptional"
# Version to always follow latest tag, with fallback to major
s.version = "5.0.5"
s.version = "5.0.6"
s.license = "MIT"
s.summary = "RxSwift extensions for Swift optionals and Occupiable types"

Expand Down

0 comments on commit 8897699

Please sign in to comment.