v1.2.1
This is a minor bugfix release.
- logr: Clarify the
Error()
semantics. 1) Error messages are always printed (they do not followV()
) and theerror
argument may be nil. - funcr: When using
RenderValuesHook
func would save the "cooked" result, so repeated calls toWithValues()
would not merge properly.