Skip to content

Bump github.com/Kairum-Labs/should from 0.2.3 to 0.3.0 - #33

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/master/github.com/Kairum-Labs/should-0.3.0
Open

Bump github.com/Kairum-Labs/should from 0.2.3 to 0.3.0#33
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/master/github.com/Kairum-Labs/should-0.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/Kairum-Labs/should from 0.2.3 to 0.3.0.

Release notes

Sourced from github.com/Kairum-Labs/should's releases.

v0.3.0

What's Changed

New Contributors

Full Changelog: Kairum-Labs/should@v0.2.5...v0.3.0

v0.2.5

What's Changed

Full Changelog: Kairum-Labs/should@v0.2.4...v0.2.5

v0.2.4

What's Changed

New Contributors

Full Changelog: Kairum-Labs/should@v0.2.3...v0.2.4

Changelog

Sourced from github.com/Kairum-Labs/should's changelog.

[0.3.0] - 2026-08-28

Features

  • Add NotStartWith and NotEndWith assertions with case-insensitive matching support
  • Add AllMatch to verify every item in a slice satisfies a predicate
  • Add WithFailFast to stop the current test after an assertion failure
  • Include stack traces by default in NotPanic failure output

Refactor

  • Seal assertion options to the package-provided With* helpers
  • Deprecate Config, TimeOptions, and WithStackTrace compatibility APIs

Documentation

  • Document the new assertions and updated panic behavior

[0.2.5] - 2026-08-26

Bug Fixes

  • Report BeEqual nil-literal mismatch instead of panicking

Miscellaneous Tasks

  • Bump pinned golangci-lint for Go 1.27 support

[0.2.4] - 2026-08-12

Bug Fixes

  • Slice multi-byte strings on rune boundaries in error preview
  • Report NotContain duplicates once with all indexes
  • Reject inverted BeInRange bounds

Miscellaneous Tasks

  • Swap retired Go Report Card badge for Lint CI badge
  • Remove unused levenshteinDistance
Commits
  • 9f12121 feat: prepare v0.3.0 release
  • 79695b5 feat: merge v0.3.0-dev
  • 68c2913 refactor: seal assertion options
  • e666eea feat(assert): add AllMatch assertion
  • 5170824 feat: include stack traces in NotPanic failures
  • a740cc2 feat: WithFailFast
  • 2a0df8f style(assert): use fmt.Fprintf in formatNotStartsWithError
  • 57a2e69 feat: add NotStartWith assertion
  • 0ad5a54 feat: add NotEndWith assertion
  • fa8495e ci: update workflow branches to include v0.3.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/Kairum-Labs/should](https://github.com/Kairum-Labs/should) from 0.2.3 to 0.3.0.
- [Release notes](https://github.com/Kairum-Labs/should/releases)
- [Changelog](https://github.com/Kairum-Labs/should/blob/main/CHANGELOG.md)
- [Commits](Kairum-Labs/should@v0.2.3...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/Kairum-Labs/should
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 7, 2026
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.

0 participants