Skip to content

Commit

Permalink
Merge pull request #212 from rstudio/aron-1.6.3-ahoy
Browse files Browse the repository at this point in the history
1.6.2 landed on the wrong commit. golang proxy does not allow moving tags
  • Loading branch information
aronatkins authored Jan 25, 2025
2 parents 8564c11 + 1f646a5 commit f327a03
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkg/rslog/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# `rslog` package

pkg/rslog/v1.6.2
pkg/rslog/v1.6.3
--------------------------------------------------------------------------------

### Fixed

* Debug loggers are no longer attached to a global set of callbacks, which
means that those loggers are available for garbage collection. (#209)

pkg/rslog/v1.6.2
--------------------------------------------------------------------------------

Accidental tag between 1.6.1 and 1.6.2.


pkg/rslog/v1.6.1
--------------------------------------------------------------------------------

Expand Down
4 changes: 4 additions & 0 deletions pkg/rslog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ require (
golang.org/x/sys v0.20.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

retract (
v1.6.2 // accidental tag of the wrong commit
)

0 comments on commit f327a03

Please sign in to comment.