Skip to content

Commit

Permalink
update minimum swift version to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Dec 28, 2020
1 parent d95f3e3 commit ab921df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
- Fixed `.swift-version` to use Swift 5.2 instead of Swift 4.1 #246
- Fixed Server is not defined issue #197

### Internal
- SwagGen minimum Swift version is 5.0

## 4.3.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:4.0
// swift-tools-version:5.0
import PackageDescription

let package = Package(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It is an alternative the official [swagger-codegen](https://github.com/swagger-a
`SwagGen` includes a bundled template for generating a client side Swift library for interfacing with the Swagger spec. It includes support for model inheritance, shared enums, discrete and mutable request objects, inline schemas, Codable and Equatable models, configurable options, generic networking stack, and many other niceties.

## Installing
Make sure Xcode 10.2 is installed first.
Make sure Xcode 11+ is installed first.

### [Mint](https://github.com/yonaskolb/mint)
```sh
Expand Down

0 comments on commit ab921df

Please sign in to comment.