From d87ae35690cc05a70d426288d6143c9dfd624cd2 Mon Sep 17 00:00:00 2001 From: "Lixia (Sylvia) Lei" Date: Sun, 7 Apr 2024 10:52:53 +0800 Subject: [PATCH] remove empty line Signed-off-by: Lixia (Sylvia) Lei --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c1c0f47..2eed0b7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ > > The APIs previously located in this library have been moved to [`oras-go`](https://github.com/oras-project/oras-go). As a result, these APIs are now deprecated and users should use [the packages](https://pkg.go.dev/oras.land/oras-go/v2/registry/remote/credentials) in `oras-go` instead. - ## Versioning The `oras-credentials-go` library follows [Semantic Versioning](https://semver.org/), where breaking changes are reserved for MAJOR releases, and MINOR and PATCH releases must be 100% backwards compatible.