Skip to content

Bump github.com/Kairum-Labs/should from 0.1.0 to 0.2.0#23

Merged
mattkasun merged 1 commit intomasterfrom
dependabot/go_modules/master/github.com/Kairum-Labs/should-0.2.0
Sep 16, 2025
Merged

Bump github.com/Kairum-Labs/should from 0.1.0 to 0.2.0#23
mattkasun merged 1 commit intomasterfrom
dependabot/go_modules/master/github.com/Kairum-Labs/should-0.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps github.com/Kairum-Labs/should from 0.1.0 to 0.2.0.

Release notes

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

v0.2.0

What's Changed

New Contributors

In the previous version, some contributors were inadvertently not highlighted.
We want to give proper credit to everyone, so in v0.2.0 we acknowledge:

Full Changelog: Kairum-Labs/should@v0.1.0...v0.2.0

Thank you all for your valuable contributions!

Changelog

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

[0.2.0] - 2025-09-13

Features

  • Add BeSorted assertion
  • Add BeSameTime assertion for time comparisons
  • Add BeError, BeErrorIs and BeErrorAs assertions for error
  • Add formatted message support for assertions
  • Add NotBeError assertion to verify no error occurs
  • Add BeWithin assertion for float comparisons

Refactor

  • Consolidate assertion options into options.go
  • Rename ContainFunc to AnyMatch
  • Streamline BeEqual assertion for primitive types
  • Remove actual value from BeOfType error output
  • Update time msgs and type check in equality

Documentation

  • Update README with Go Reference badge and remove unused SliceOrArray constraint from types
  • Enhance CONTRIBUTING.md with golangci-lint guidelines and usage instructions
  • Update README and refactor assertion types
  • Fix formatting of NotBeError example in web docs

Miscellaneous Tasks

  • Update golangci-lint configuration
  • Add dupword linter and update README
Commits
  • 5244a73 chore: add dupword linter and update README
  • 993d1a8 docs: fix formatting of NotBeError example in web docs
  • 33935b2 feat: add BeWithin assertion for float comparisons
  • efba6c0 feat: add NotBeError assertion to verify no error occurs (#38)
  • 6cf0cf2 refactor: streamline BeEqual assertion for primitive types
  • 2db7e97 feat: add formatted message support for assertions
  • 65a1dac refactor: rename ContainFunc to AnyMatch
  • 87a3a17 feat: add BeError, BeErrorIs and BeErrorAs assertions for error
  • f3f671c docs: update README and refactor assertion types
  • fa39e72 fix: remove actual value from BeOfType error output
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.1.0 to 0.2.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.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: github.com/Kairum-Labs/should
  dependency-version: 0.2.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 15, 2025
@mattkasun mattkasun merged commit d6d6e2e into master Sep 16, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/go_modules/master/github.com/Kairum-Labs/should-0.2.0 branch September 16, 2025 12:30
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