Skip to content

Bump github.com/netresearch/go-cron from 0.15.0 to 0.15.1 - #999

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/github.com/netresearch/go-cron-0.15.1
Open

Bump github.com/netresearch/go-cron from 0.15.0 to 0.15.1#999
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/github.com/netresearch/go-cron-0.15.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/netresearch/go-cron from 0.15.0 to 0.15.1.

Changelog

Sourced from github.com/netresearch/go-cron's changelog.

[0.15.1] - 2026-07-28

Documentation-only release. No library code changed; it exists so that pkg.go.dev, which renders the latest tagged version, picks up the corrected day-of-week documentation.

Documentation

  • Day-of-week accepts 7 for Sunday (PR#390): The day-of-week field is now documented as 0-7 rather than 0-6, with an explicit note that Sunday can be written as either 0 or 7. The parser has always normalized 7 to 0 (parser.go), so this corrects the documentation, not the behavior. Updated in doc.go, README, docs/ARCHITECTURE.md, and docs/PROJECT_INDEX.md. Thanks to @​hxl9654 for the contribution!
  • Concurrency model and invariants (PR#385): AGENTS.md now describes which goroutine owns mutable scheduling state, lists the channels that serialize external access, and records the three invariants contributors must preserve (channel-routed mutations, mutex held across channel ops, deep-copied Entry fields).
  • Go Report Card badge removed (PR#391): The service is sunset.

Changed

  • CI: sync with netresearch/.github go-lib templates (PR#384, PR#387, PR#388): Dependabot grouping, labeler and auto-merge-deps configuration realigned with the template; CodeQL gained the merge_group trigger.
Commits
  • 9bf570c docs(changelog): cut v0.15.1 (#392)
  • 6417d4f docs(changelog): cut v0.15.1
  • 41d368a doc: enhance documents, explaining that Sunday can be represented by both 0 a...
  • 2a867d5 Merge branch 'main' into main
  • 944d6f9 doc: enhance documents, explaining that Sunday can be represented by both 0 a...
  • cd20662 chore(docs): drop the sunset Go Report Card badge (#391)
  • 2d94027 chore(docs): drop the sunset Go Report Card badge
  • 2d84b01 chore: sync go-lib template drift (#388)
  • a31ddda chore: sync go-lib template drift (labeler + auto-merge-deps)
  • aaaf1d1 ci(codeql): add merge_group trigger to match template (#387)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 10, 2026
@dependabot
dependabot Bot requested a review from Dabnsky as a code owner August 10, 2026 23:34
@dependabot dependabot Bot added the go Pull requests that update Go code label Aug 10, 2026
Bumps [github.com/netresearch/go-cron](https://github.com/netresearch/go-cron) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/netresearch/go-cron/releases)
- [Changelog](https://github.com/netresearch/go-cron/blob/main/CHANGELOG.md)
- [Commits](netresearch/go-cron@v0.15.0...v0.15.1)

---
updated-dependencies:
- dependency-name: github.com/netresearch/go-cron
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/netresearch/go-cron-0.15.1 branch from c285ab0 to 1bcdcfb Compare August 14, 2026 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant