What's Changed
- Upgrade to Go 1.22 and bump dependencies by @pior in #43
- Remove ContextValues (supported by stdlib since 1.21) by @pior in #44
- Upgrade Go to v1.25 and golangci-lint to v2.8.0 by @pior in #46
- Switch to standard slog by @pior in #47
- Simplify runnable naming and add FuncNamed by @pior in #48
- Simplify the Manager API and code by @pior in #49
- Refresh the README by @pior in #50
- Fix shutdown issue and logging in HTTPServer by @pior in #51
- Fix canceled context issue in closer by @pior in #52
- Fix flaky test on Every by @pior in #53
- Rewrite Restart wrapper: fluent API, consecutive error counting, panic recovery by @pior in #54
- Replace Every with unified Schedule wrapper by @pior in #55
- Remove FuncName in favor of a Name method by @pior in #56
- Consistent logging with name prefix in message by @pior in #57
- Fix linter errors by @pior in #58
Full Changelog: v0.13.0...v1.0.0