Skip to content

Commit c7af375

Browse files
committed
release notes for v0.9.52, and changelog
1 parent 2b939bb commit c7af375

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
### Version history
44

5+
##### 0.9.51
6+
- `flag` package support to set `err2` and `assert` package configuration
7+
- `err2.Catch` default mode is to log error
8+
- cleanup and refactoring, new tests and benchmarks
9+
510
##### 0.9.5 **mistake in build number: 5 < 41**
611
- `flag` package support to set `err2` and `assert` package configuration
712
- `err2.Catch` default mode is to log error

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -527,10 +527,11 @@ Please see the full version history from [CHANGELOG](./CHANGELOG.md).
527527
528528
### Latest Release
529529
530-
##### 0.9.51
531-
- `flag` package support to set `err2` and `assert` package configuration
532-
- `err2.Catch` default mode is to log error
533-
- cleanup and refactoring, new tests and benchmarks
530+
##### 0.9.52
531+
- `err2.Stderr` helpers for `Catch/Handle` to direct auto-logging + snippets
532+
- `assert` package `Shorter` `Longer` helpers for automatic messages
533+
- `asserter` package remove deprecated slow reflection based funcs
534+
- cleanup and refactoring for sample apps
534535
535536
### Upcoming releases
536537

0 commit comments

Comments
 (0)