-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump to v0.7.0 - pre-release *BREAK for v1*
This is a pre-release version of v1.0.0, it has BROKEN the apis in old v0.6.0. The CHANGES are one point totally: 1. added `SetXXX` apis to set/update logger's settings 2. old `WithXXX` apis kept but its behaviours CHANGED: they will make a new child logger, and update the new logger's settings.
- Loading branch information
Showing
2 changed files
with
24 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package slog | ||
|
||
const ( | ||
Version = "v0.6.0" // new Version of logg/slog | ||
Version = "v0.7.0" // new Version of logg/slog | ||
) |