Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump smlang from 0.5.0 to 0.6.0 #260

Merged
merged 2 commits into from
Nov 21, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2022

Bumps smlang from 0.5.0 to 0.6.0.

Changelog

Sourced from smlang's changelog.

[v0.6.0] - 2022-11-02

Fixed

  • Updated the link checker in the Github actions to use lychee.

Added

  • Starting state can now contain data (issue-34)
  • Allow explicit input states before wildcard input state(issue-47

Changed

  • Custom guard error types are now specified as a type of the StateMachineContext to allow for more versatile types.

[v0.5.1]

Fixed

  • #36 Attempts to use actions and guards with inconsistent input, event, and output state data will be flagged as compiler errors.

Added

Commits
  • bbd94f9 Merge pull request #54 from korken89/release/0.6.0
  • a933f1a Preparing for 0.6.0 release
  • 4f53222 Merge pull request #47 from oblique/wildcard-improvements
  • 46258dc Merge pull request #43 from ryan-summers/feature/versatile-guard-errors
  • 4aa6969 Merge branch 'master' into feature/versatile-guard-errors
  • cf6c2f0 Allow input states before wildcard state for the same event
  • cd5bfea Merge pull request #46 from dzimmanck/bugfix/fix_link_checker
  • a2bc896 Update CHANGELOG.md
  • 9e4edd8 Expanding guard custom errors example
  • f60f632 Update the changelog.
  • 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 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 [smlang](https://github.com/korken89/smlang-rs) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/korken89/smlang-rs/releases)
- [Changelog](https://github.com/korken89/smlang-rs/blob/master/CHANGELOG.md)
- [Commits](korken89/smlang-rs@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: smlang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2022
@ryan-summers ryan-summers merged commit d6856a3 into main Nov 21, 2022
@ryan-summers ryan-summers deleted the dependabot/cargo/smlang-0.6.0 branch November 21, 2022 09:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant