Skip to content

Commit f327a03

Browse files
authored
Merge pull request #212 from rstudio/aron-1.6.3-ahoy
1.6.2 landed on the wrong commit. golang proxy does not allow moving tags
2 parents 8564c11 + 1f646a5 commit f327a03

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

pkg/rslog/NEWS.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
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+
1117
pkg/rslog/v1.6.1
1218
--------------------------------------------------------------------------------
1319

pkg/rslog/go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
)

0 commit comments

Comments
 (0)