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 1
1
# ` rslog ` package
2
2
3
- pkg/rslog/v1.6.2
3
+ pkg/rslog/v1.6.3
4
4
--------------------------------------------------------------------------------
5
5
6
6
### Fixed
7
7
8
8
* Debug loggers are no longer attached to a global set of callbacks, which
9
9
means that those loggers are available for garbage collection. (#209 )
10
10
11
+ pkg/rslog/v1.6.2
12
+ --------------------------------------------------------------------------------
13
+
14
+ Accidental tag between 1.6.1 and 1.6.2.
15
+
16
+
11
17
pkg/rslog/v1.6.1
12
18
--------------------------------------------------------------------------------
13
19
Original file line number Diff line number Diff line change @@ -17,3 +17,7 @@ require (
17
17
golang.org/x/sys v0.20.0 // indirect
18
18
gopkg.in/yaml.v3 v3.0.1 // indirect
19
19
)
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