Skip to content

Commit

Permalink
bump to v0.7.1
Browse files Browse the repository at this point in the history
  - added ExtraPrintersI interface
  - added RemoveWriter() apis
  - added apis - JSONMode(), ColorMode()
  - added LevelSettable interface to enable more awarenesses for user's writer
  - added small example app
  - added a top-level test
  - added the missing go.work
  - added some helper scripts
  - upgraded hedzr/is
  • Loading branch information
hedzr committed Oct 27, 2024
1 parent 8c81621 commit 70537ea
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# HISTORY / CHANGELOG

- v0.7.1
- added ExtraPrintersI interface
- added RemoveWriter() apis
- added apis - JSONMode(), ColorMode()
- added LevelSettable interface to enable more awarenesses for user's writer
- added small example app
- added a top-level test
- added the missing go.work
- added some helper scripts
- upgraded hedzr/is

- v0.7.0
- [BREAK] Some interfaces CHANGED but userland operations almost keep unchanged.
- upgraded hedzr/is

- v0.6.0
- BREAK: Some interfaces CHANGED but userland operations almost keep unchanged.
- [BREAK] Some interfaces CHANGED but userland operations almost keep unchanged.
- upgraded hedzr/is

- v0.5.26
Expand Down
6 changes: 3 additions & 3 deletions slog/doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package slog

const (
Version = "v0.7.0" // new Version of logg/slog
)
const version = "v0.7.1" // new Version of logg/slog
const Version = version // version name you can check it
const appName = "logg/slog"

0 comments on commit 70537ea

Please sign in to comment.