9 breaking releases

new 0.11.0 Dec 7, 2024
0.10.0 Oct 29, 2024
0.9.0 Oct 4, 2024
0.5.0 Jul 16, 2024

#971 in WebAssembly

Download history 33756/week @ 2024-08-24 26890/week @ 2024-08-31 24404/week @ 2024-09-07 11673/week @ 2024-09-14 11277/week @ 2024-09-21 12958/week @ 2024-09-28 16012/week @ 2024-10-05 15076/week @ 2024-10-12 12623/week @ 2024-10-19 13950/week @ 2024-10-26 11274/week @ 2024-11-02 10191/week @ 2024-11-09 9145/week @ 2024-11-16 7970/week @ 2024-11-23 10976/week @ 2024-11-30 9058/week @ 2024-12-07

37,929 downloads per month
Used in 67 crates (8 directly)

MIT license

110KB
2.5K SLoC

wasmer-config

Continuous Integration

(API Docs)

Provides configuration types for 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

~7MB
~136K SLoC