Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 956bc1e

Browse files
committed
Bump version num & finalize new changelog section
1 parent 6355b11 commit 956bc1e

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
77
### Added
88
- None.
99
### Changed
10-
- Make some fields of the `JsonApi` protocol optional by providing default implementation.
10+
- None.
1111
### Deprecated
1212
- None.
1313
### Removed
@@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1717
### Security
1818
- None.
1919

20+
## [0.2.0] - 2020-08-15
21+
### Changed
22+
- Make some fields of the `JsonApi` protocol optional by providing default implementation.
23+
2024
## [0.1.0] - 2019-02-14
2125
### Added
2226
- Add `JsonApi` type similar to `TargetType` in Moya with additional JSON `Codable` support.

Frameworks/SupportingFiles/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.1</string>
18+
<string>0.2.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Microya.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Microya"
4-
s.version = "0.1.1"
4+
s.version = "0.2.0"
55
s.summary = "A micro version of the Moya network abstraction layer written in Swift."
66

77
s.description = <<-DESC

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
alt="codebeat badge">
1414
</a>
1515
<a href="https://github.com/Flinesoft/HandySwift/releases">
16-
<img src="https://img.shields.io/badge/Version-0.1.1-blue.svg"
17-
alt="Version: 0.1.1">
16+
<img src="https://img.shields.io/badge/Version-0.2.0-blue.svg"
17+
alt="Version: 0.2.0">
1818
<img src="https://img.shields.io/badge/Swift-4.2-FFAC45.svg"
1919
alt="Swift: 4.2">
2020
<img src="https://img.shields.io/badge/Platforms-iOS%20%7C%20macOS%20%7C%20tvOS%20%7C%20watchOS-FF69B4.svg"

0 commit comments

Comments
 (0)