Skip to content

Commit 288f059

Browse files
committed
Prepare release notes for v2.0.0-rc.2
Signed-off-by: Derek McGowan <[email protected]>
1 parent 29a6ab8 commit 288f059

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.mailmap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,11 @@ lengrongfu <[email protected]>
100100
101101
102102
Lu Jingxiao <[email protected]>
103+
103104
Mahamed Ali <[email protected]>
104105
105106
107+
106108
107109
Mario Hros <[email protected]>
108110
@@ -179,6 +181,7 @@ Zhiyu Li <[email protected]> <[email protected]>
179181
Zhongming Chang<[email protected]>
180182
Zhoulin Xie <[email protected]>
181183
184+
zounengren <[email protected]>
182185
183186
184187

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
Package = "github.com/containerd/containerd/v2"
2424

2525
// Version holds the complete version number. Filled in at linking time.
26-
Version = "2.0.0-rc.1+unknown"
26+
Version = "2.0.0-rc.2+unknown"
2727

2828
// Revision is filled with the VCS (e.g. git) revision being used to build
2929
// the program at linking time.

0 commit comments

Comments
 (0)