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

Releases: wasmerio/wasmer-toml

wasmer-toml: v0.9.3

09 Apr 10:06
9c194a8
Compare
Choose a tag to compare

0.9.3 (2024-04-09)

Miscellaneous Chores

wasmer-toml: v0.9.2

10 Oct 13:28
2b2f52b
Compare
Choose a tag to compare

0.9.2 (2023-10-10)

Features

  • Deprecated CommandV1 and several unused Package fields (331831e)

Bug Fixes

  • Serializing a wasmer_toml::Package won't include the private flag unless it is true (1791623)

wasmer-toml: v0.9.1

09 Oct 10:11
040da37
Compare
Choose a tag to compare

0.9.1 (2023-10-09)

Features

  • Packages can be marked as private by setting private = true under [package] (6eb00dc)

wasmer-toml: v0.9.0

29 Sep 01:48
8f6d720
Compare
Choose a tag to compare

0.9.0 (2023-09-29)

⚠ BREAKING CHANGES

  • Upgraded public dependencies

Miscellaneous Chores

  • Upgraded public dependencies (2749624)

wasmer-toml: v0.8.1

29 Sep 01:13
7347f65
Compare
Choose a tag to compare

0.8.1 (2023-09-29)

Bug Fixes

  • Public dependencies that aren't 1.0 yet are now re-exported using pub extern crate (f320204)

wasmer-toml: v0.8.0

19 Sep 14:44
6125a7a
Compare
Choose a tag to compare

0.8.0 (2023-09-19)

⚠ BREAKING CHANGES

  • Removed some unnecessary command getters and switched others from returning owned copies to returning references

Features

  • Commands can now use modules from other dependencies with the module = "my/dependency:module" syntax (88b784d)
  • Removed some unnecessary command getters and switched others from returning owned copies to returning references (88b784d)

Miscellaneous Chores

wasmer-toml: v0.7.0

20 Jul 15:55
d55089b
Compare
Choose a tag to compare

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