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

Commit b1a6832

Browse files
committed
Bump version num & finalize new changelog section
1 parent 73913e8 commit b1a6832

2 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-
- Made the `baseUrl` parameter of `ApiProvider` editable.
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.6.1] - 2021-10-14
21+
### Changed
22+
- Made the `baseUrl` parameter of `ApiProvider` editable.
23+
2024
## [0.6.0] - 2021-09-30
2125
### Added
2226
- New async `response` method based on the new concurrency features available in Swift 5.5.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
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.6.0-blue.svg"
17-
alt="Version: 0.6.0">
18-
<img src="https://img.shields.io/badge/Swift-5.3-FFAC45.svg"
19-
alt="Swift: 5.3">
16+
<img src="https://img.shields.io/badge/Version-0.6.1-blue.svg"
17+
alt="Version: 0.6.1">
18+
<img src="https://img.shields.io/badge/Swift-5.4-FFAC45.svg"
19+
alt="Swift: 5.4">
2020
<img src="https://img.shields.io/badge/Platforms-Apple%20%7C%20Linux-FF69B4.svg"
2121
alt="Platforms: Apple | Linux">
2222
<a href="https://github.com/Flinesoft/Microya/blob/main/LICENSE.md">

0 commit comments

Comments
 (0)