9 releases (5 breaking)

0.10.0 Apr 9, 2024
0.9.3 Apr 9, 2024
0.9.2 Oct 10, 2023
0.9.0 Sep 29, 2023
0.5.0 Dec 19, 2022

#411 in Parser implementations

Download history 9630/week @ 2024-03-15 7642/week @ 2024-03-22 11933/week @ 2024-03-29 11106/week @ 2024-04-05 14504/week @ 2024-04-12 7600/week @ 2024-04-19 4199/week @ 2024-04-26 7047/week @ 2024-05-03 6352/week @ 2024-05-10 5931/week @ 2024-05-17 6434/week @ 2024-05-24 5986/week @ 2024-05-31 7691/week @ 2024-06-07 15911/week @ 2024-06-14 8333/week @ 2024-06-21 6008/week @ 2024-06-28

38,335 downloads per month
Used in 8 crates (5 directly)

MIT license

54KB
1K SLoC

The wasmer.toml Format

Continuous Integration

(API Docs)

A parser for the wasmer.toml file used by Wasmer.

For Developers

Releasing

This repository uses Release Please to automate a lot of the work around creating releases.

Every time a commit following the Conventional Commit Style is merged into main, the release-please.yml workflow will run and update the "Release PR" to reflect the new changes.

For commits that just fix bugs (i.e. the message starts with "fix: "), the associated crate will receive a changelog entry and a patch version bump. Similarly, adding a new feature (i.e. "feat:") does a minor version bump and adding breaking changes (i.e. "fix!:" or "feat!:") will result in a major version bump.

When the release PR is merged, the updated changelogs and bumped version numbers will be merged into the main branch, the release-please.yml workflow will automatically generate GitHub Releases, and CI will publish the crate if necessary.

TL;DR:

  1. Use Conventional Commit Messages whenever you make a noteworthy change
  2. Merge the release PR when ready to release
  3. Let the automation do everything else

License

This project is licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).

It is recommended to always use cargo crev to verify the trustworthiness of each of your dependencies, including this one.

Dependencies

~5MB
~109K SLoC