From af1f860fcf01277882991e4559b56a15f8c9d4d3 Mon Sep 17 00:00:00 2001 From: Yim Lee Date: Thu, 12 Oct 2023 15:02:59 -0700 Subject: [PATCH] Remove note from README about API instability I think we can remove that note now that the library has 1.0.0 tag. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d39759..06ef1ee 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,10 @@ To use swift-asn1, add the following dependency to your Package.swift: ```swift dependencies: [ - .package(url: "https://github.com/apple/swift-asn1.git", .upToNextMinor(from: "0.8.0")) + .package(url: "https://github.com/apple/swift-asn1.git", .upToNextMajor(from: "1.0.0")) ] ``` - Note that this repository does not have a 1.0 tag yet, so the API is not stable. - You can then add the specific product dependency to your target: ```swift