Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

chore(main): release wasmer-toml 0.7.0 #18

Merged

Conversation

Michael-F-Bryan
Copy link
Contributor

@Michael-F-Bryan Michael-F-Bryan commented Jul 20, 2023

🤖 I have created a release beep boop

0.7.0 (2023-07-20)

⚠ BREAKING CHANGES

  • Manifest and Package are now #[non_exhaustive] and configurable via a builder API
  • made ManifestError and ValidationError more strongly typed and descriptive
  • Removed unnecessary Option wrappers from the Manifest type

Features

  • Added an "entrypoint" field to the "[package]" table (fixes #15) (d6bce6b)
  • Added validation for duplicate commands and modules (26f8f84)
  • Added validation to check that the entrypoint is valid (b9b677c)
  • made ManifestError and ValidationError more strongly typed and descriptive (75040b8)
  • Manifest and Package are now #[non_exhaustive] and configurable via a builder API (2b99e5c)
  • Removed unnecessary Option wrappers from the Manifest type (5307784)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@github-actions
Copy link

github-actions bot commented Jul 20, 2023

⏱ Workflow Timer ⏱

Run Compile and Test
main 29s
c2444c1 35s

🤖 Beep. Boop. I'm a bot. If you find any issues, please report them to https://github.com/Michael-F-Bryan/workflow-timer.

@Michael-F-Bryan Michael-F-Bryan force-pushed the release-please--branches--main--components--wasmer-toml branch from e19e4e6 to 75112da Compare July 20, 2023 15:47
@Michael-F-Bryan Michael-F-Bryan changed the title chore(main): release wasmer-toml 1.0.0 chore(main): release wasmer-toml 0.7.0 Jul 20, 2023
@Michael-F-Bryan Michael-F-Bryan force-pushed the release-please--branches--main--components--wasmer-toml branch from 75112da to c2444c1 Compare July 20, 2023 15:53
@Michael-F-Bryan Michael-F-Bryan merged commit d55089b into main Jul 20, 2023
4 checks passed
@Michael-F-Bryan Michael-F-Bryan deleted the release-please--branches--main--components--wasmer-toml branch July 20, 2023 15:54
@Michael-F-Bryan
Copy link
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow developers to specify a package's entrypoint command
1 participant