Skip to content

Commit

Permalink
bump to v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Nov 11, 2024
1 parent b5390fb commit 42de18e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# HISTORY / CHANGELOG

- v0.7.5
- security patch
- upgrade deps

- v0.7.3
- improved error dumping in attrs
- [logg/slog] a special locked version for entry printOut
Expand Down
3 changes: 2 additions & 1 deletion _examples/small/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ package main
const AppNameExample = "small" // appName for the current demo app

const appName = "logg/slog" // appName of hedzr/logg package
const version = "v0.7.3" // version of hedzr/logg package | update it while bumping hedzr/logg' version
const version = "v0.7.5" // version of hedzr/logg package | update it while bumping hedzr/logg' version
const Version = version // version name you can check it
2 changes: 1 addition & 1 deletion slog/doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package slog

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

0 comments on commit 42de18e

Please sign in to comment.