-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorganize project layout #46
Reorganize project layout #46
Conversation
@ashfurrow Thank you for reviewing this PR ✨ Could you release current master as 1.3.0? It may be the last version which supports Swift 2.x, and there're some merged PRs which is not contained in version releases. |
I noticed RxSwiftCommunity does not have write access to this repository, is it intended? Some other repositories give write access to the organization, and I think that is better to keep repository active. |
Ah, no that's unintentional. Should be fixed now. |
Ok, cool. I'll release 95be402 (master as of this merge) later this afternoon. |
Great 👍 Thank you! |
1.3.0 is released, is there any reason to wait before releasing a version for Swift 3? |
Since the latest released of RxSwift for Swift 3 is still beta, I think our release for Swift 3 (possibly 2.0?) should also be beta. |
Makes sense. So I should release a |
Yes 👍 |
Okay, pushed as 2.0.0-beta.1, let me know if you run into any issues, and thanks again! |
We should support Swift 3 as soon as possible, but we encounter trouble in running CI jobs.
To resolve this, I have made following changes:
carthage update --use-submodules
.