Prep for v3-rc.1 release

* Created a changelog file
* Updated mailmap
* Updated version

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
Milos Gajdos
2024-11-06 15:37:11 +00:00
parent d67b46a05b
commit 4118c80a99
3 changed files with 246 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ var mainpkg = "github.com/distribution/distribution/v3"
// the latest release tag by hand, always suffixed by "+unknown". During
// build, it will be replaced by the actual version. The value here will be
// used if the registry is run after a go get based install.
var version = "v3.0.0-beta.1.m+unknown"
var version = "v3.0.0-rc.1.m+unknown"
// revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.