Skip to content

Commit 994858b

Browse files
author
RxOptional Maintainers
committed
chore(release): 5.0.0 [skip ci]
1 parent 1e54f74 commit 994858b

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
# master
1+
# Changelog
2+
3+
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.
4+
5+
## 5.0.0 (2021-01-15)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* - Moved circleci to githubci
11+
- Supports RxSwift 6.0
12+
- Release xcframeworks
13+
14+
### Features
15+
16+
* Restructure for better support and maintenance ([64eea0c](https://github.com/RxSwiftCommunity/RxOptional/commits/64eea0c51152d1dc89c076a6df133e2b0191f37b))
17+
18+
19+
### Bug Fixes
20+
21+
* Bump version script ([a7a1c20](https://github.com/RxSwiftCommunity/RxOptional/commits/a7a1c20ec46104b10c8bd45767dc326b4a0b3405))
22+
* Commit podspec version bump ([141cc95](https://github.com/RxSwiftCommunity/RxOptional/commits/141cc95fcebc5707c81419849b9c88cfb059aa4c))
23+
* Reenable cleanup script ([c6c73f5](https://github.com/RxSwiftCommunity/RxOptional/commits/c6c73f53280c1f20d7a8415482f6de0d42fe2112))
24+
* Remove unused step in action ([8566368](https://github.com/RxSwiftCommunity/RxOptional/commits/8566368791b701ce309249c9167011261a188558))
225

326
# 4.1.0
427

RxOptional.podspec

+1-1
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 = "4.1.0"
4+
s.version = "5.0.0"
55
s.license = "MIT"
66
s.summary = "RxSwift extensions for Swift optionals and Occupiable types"
77

scripts/bump-version.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)