Skip to content

Commit 62fae6b

Browse files
authored
Merge pull request #135 from tbaranes/feature/release_5_1
Releasing 5.1.0
2 parents aba102e + ec87d96 commit 62fae6b

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ N/A
1212

1313
#### Enhancements
1414

15+
N/A
16+
17+
#### Bugfixes
18+
19+
N/A
20+
21+
## [5.1.0](https://github.com/tbaranes/SwiftyUtils/releases/tag/5.1.0) (26-04-2020)
22+
23+
#### Enhancements
24+
1525
- Completing missing unit tests
1626
- Adding documentation to the code
1727
- Adding `UIElementPreview`, an easy way to generate mulitple SwiftUI previews with different configuration
@@ -91,10 +101,6 @@ var defaultValue: Int
91101
var defaultKey2: String?
92102
```
93103

94-
#### Bugfixes
95-
96-
N/A
97-
98104
## [5.0.1](https://github.com/tbaranes/SwiftyUtils/releases/tag/5.0.1) (12-11-2019)
99105

100106
#### Bugfixes

SwiftyUtils.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "SwiftyUtils"
6-
s.version = "5.0.0"
6+
s.version = "5.1.0"
77
s.summary = "Swifty utils regroups all the boilerplate code reusable in each project."
88
s.description = "Swifty utils regroups all the boilerplate code reusable in each project, available for iOS, OSX and tvOS"
99
s.homepage = "https://github.com/tbaranes/SwiftyUtils"

0 commit comments

Comments
 (0)