File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# ` rslog ` package
22
3- pkg/rslog/v1.6.2
3+ pkg/rslog/v1.6.3
44--------------------------------------------------------------------------------
55
66### Fixed
77
88* Debug loggers are no longer attached to a global set of callbacks, which
99 means that those loggers are available for garbage collection. (#209 )
1010
11+ pkg/rslog/v1.6.2
12+ --------------------------------------------------------------------------------
13+
14+ Accidental tag between 1.6.1 and 1.6.2.
15+
16+
1117pkg/rslog/v1.6.1
1218--------------------------------------------------------------------------------
1319
Original file line number Diff line number Diff line change @@ -17,3 +17,7 @@ require (
1717 golang.org/x/sys v0.20.0 // indirect
1818 gopkg.in/yaml.v3 v3.0.1 // indirect
1919)
20+
21+ retract (
22+ v1.6.2 // accidental tag of the wrong commit
23+ )
You can’t perform that action at this time.
0 commit comments