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

Commit

Permalink
Bump version num & finalize new changelog section
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Sep 30, 2021
1 parent b1fb9ce commit 7f62f46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]
### Added
- New async `response` method based on the new concurrency features available in Swift 5.5.
- None.
### Changed
- None.
### Deprecated
Expand All @@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
### Security
- None.

## [0.6.0] - 2021-09-30
### Added
- New async `response` method based on the new concurrency features available in Swift 5.5.

## [0.5.0] - 2021-09-28
### Added
- New `mockingBehavior` parameter on `ApiProvider` for testing purposes. Specify one with `delay` and `scheduler`, e.g. `.seconds(0.5)` and `DispatchQueue.main.eraseToAnyScheduler()`. Provides `nil` by default to make actual requests.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
alt="codebeat badge">
</a>
<a href="https://github.com/Flinesoft/HandySwift/releases">
<img src="https://img.shields.io/badge/Version-0.5.0-blue.svg"
alt="Version: 0.5.0">
<img src="https://img.shields.io/badge/Version-0.6.0-blue.svg"
alt="Version: 0.6.0">
<img src="https://img.shields.io/badge/Swift-5.3-FFAC45.svg"
alt="Swift: 5.3">
<img src="https://img.shields.io/badge/Platforms-Apple%20%7C%20Linux-FF69B4.svg"
Expand Down Expand Up @@ -157,7 +157,7 @@ extension MicrosoftTranslatorEndpoint: Endpoint {

return queryParameters
}

var mockedResponse: MockedResponse? {
switch self {
case .languages:
Expand Down

0 comments on commit 7f62f46

Please sign in to comment.