uber / mockolo

Efficient Mock Generator for Swift
Apache License 2.0
805 stars 85 forks source link

Fix Swift Argument Parser #165

Closed uhooi closed 2 years ago

uhooi commented 2 years ago

Overview

Replace exact with from.

ref: https://github.com/apple/swift-package-manager/blob/ce50cb0de101c2d9a5742aaf70efc7c21e8f249b/Documentation/PackageDescription.md#methods-4

/// Specifying exact version requirements are not recommended as /// they can cause conflicts in your dependency graph when multiple other packages depend on a package. /// As Swift packages follow the semantic versioning convention, /// think about specifying a version range instead.

EspressoCup commented 2 years ago

@uhooi Feel free to cut a new tag/release (see the past ones for example); make sure to bump the version first at https://github.com/uber/mockolo/blob/master/Sources/MockoloFramework/Version.swift (e.g. 1.6.1 -> 1.6.2)

uhooi commented 2 years ago

@EspressoCup 1.6.2 released!! https://github.com/uber/mockolo/releases/tag/1.6.2