# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## v0.6.0 (2023-10-18) ### Chore - updated versions and changelogs - fixed version - updated lints - updated to rust 1.69.0, fixed associated warnings ### Documentation - added changelog - added example docs, updated generated docs ### New Features - added support for input-less ops, added test for wasm RNG from inherent seed - propagated seed to component context ### Bug Fixes - made inherent data required vs optional/missing ### Commit Statistics - 10 commits contributed to the release over the course of 165 calendar days. - 208 days passed between releases. - 9 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Updated versions and changelogs ([`35ff51b`](https://github.com/candlecorp/wick/commit/35ff51b8a93c27475765a7eb65c23256f4f93d67)) - Fixed version ([`7a12854`](https://github.com/candlecorp/wick/commit/7a12854954291d672fb49bd9728f04849a79ec81)) - Updated lints ([`7bb6865`](https://github.com/candlecorp/wick/commit/7bb686524f6adaaebbd3d6502ee24c0d5f6efc7c)) - Merge remote-tracking branch 'refs/remotes/origin/main' ([`344b60c`](https://github.com/candlecorp/wick/commit/344b60c854bd33f1d267c7f422378e2716496ba6)) - Added changelog ([`3790520`](https://github.com/candlecorp/wick/commit/37905206a10ff16406b77ad296d467ebf76fc8fb)) - Added example docs, updated generated docs ([`0d37e8a`](https://github.com/candlecorp/wick/commit/0d37e8af72f6578595deb2138b57711a2ff6ceca)) - Added support for input-less ops, added test for wasm RNG from inherent seed ([`3213e75`](https://github.com/candlecorp/wick/commit/3213e75c9e1a08db300d521e228d65e27671a779)) - Made inherent data required vs optional/missing ([`221be20`](https://github.com/candlecorp/wick/commit/221be200017943aae5d2c78254a8194d72600f7a)) - Updated to rust 1.69.0, fixed associated warnings ([`e561fd6`](https://github.com/candlecorp/wick/commit/e561fd668afb1e1af3639c472a893b7fcfe2bf54)) - Propagated seed to component context ([`33c82af`](https://github.com/candlecorp/wick/commit/33c82afccdbcb4d7cda43e0ae880381501668478))
## v0.5.0 (2023-09-14) ### Chore - fixed version - updated lints - updated to rust 1.69.0, fixed associated warnings ### Documentation - added changelog - added example docs, updated generated docs ### New Features - added support for input-less ops, added test for wasm RNG from inherent seed - propagated seed to component context ### Bug Fixes - made inherent data required vs optional/missing ## v0.3.1 (2023-08-28) ### Chore - updated to rust 1.69.0, fixed associated warnings ### Documentation - added example docs, updated generated docs ### New Features - added support for input-less ops, added test for wasm RNG from inherent seed - propagated seed to component context ### Bug Fixes - made inherent data required vs optional/missing ## v0.3.0 (2023-03-23) ### Chore - Release ### Commit Statistics - 1 commit contributed to the release. - 8 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Release ([`f229d8e`](https://github.com/candlecorp/wick/commit/f229d8ee9dbb1c051d18b911bb4ef868b968ea14))
## v0.2.0 (2023-03-15) ### Commit Statistics - 10 commits contributed to the release over the course of 285 calendar days. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Fix: updated wick-component-codegen metadata fix: updated cargo deny configuration ([`51406ea`](https://github.com/candlecorp/wick/commit/51406ea741ef3d73389e3859c5a3ee41fba9079f)) - Unified workspace dependencies, added versions ([`2f2c131`](https://github.com/candlecorp/wick/commit/2f2c13155e236a3d55d31adb2a12b5ea26e89f25)) - Renamed wasmflow->wick, migrated root-level tests to better locations ([`ed9bef3`](https://github.com/candlecorp/wick/commit/ed9bef306029db64675434500ba7c1519e65478e)) - Updating dependencies ([`dcd0682`](https://github.com/candlecorp/wick/commit/dcd06825341a4614e372d090d802aa050d66825b)) - Addressed lint warnings ([`fecabe6`](https://github.com/candlecorp/wick/commit/fecabe673df4d75413fb81c225b1a0fd58924621)) - Replaced parity-wasm with walrus, fixed lint errors, removed const_err lint. ([`e2492f1`](https://github.com/candlecorp/wick/commit/e2492f1a69188e0255ba9626bb308309e55372b6)) - Updated lints for latest rust/clippy ([`704eb39`](https://github.com/candlecorp/wick/commit/704eb39a9c762fd0776d725d27af1847192f4dad)) - Added readmes and rustdoc, fixed public APIs for some misc/ crates, fixed references to old Vino logo ([`13ff70d`](https://github.com/candlecorp/wick/commit/13ff70d4b856874c62e5956e0727032326ce0d45)) - Updated license details ([`b869153`](https://github.com/candlecorp/wick/commit/b869153f23ce85f93f100b0246bfd51df4c0d847)) - Global rename of vino->wasmflow ([`2d3654c`](https://github.com/candlecorp/wick/commit/2d3654ce8500af589186e9ff977d03ce89dde11c))