# 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.1.6 (2024-12-04) ### Chore - add docs and example exec for rust ### Bug Fixes - expose proxies ### Commit Statistics - 2 commits contributed to the release. - 1 day passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Expose proxies ([`1b5ded2`](https://github.com/ignition-is-go/rship/commit/1b5ded20ac905569512ff19a03cb65dab371d6c9)) - Add docs and example exec for rust ([`90b9dc9`](https://github.com/ignition-is-go/rship/commit/90b9dc92bc247dea3124747f5df4c9a7434e6e5f))
## v0.1.5 (2024-12-03) ### Bug Fixes - wait till channels are open to return connected ### Commit Statistics - 2 commits contributed to the release. - 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 myko-rs v0.1.2, rship-entities v0.1.2, rship-sdk v0.1.5 ([`69f3a46`](https://github.com/ignition-is-go/rship/commit/69f3a460f03b4d340395956d4a41a32ae8370498)) - Wait till channels are open to return connected ([`6ddc403`](https://github.com/ignition-is-go/rship/commit/6ddc40322d4af46c75c4b690ebf9afbfdf5a33e2))
## v0.1.4 (2024-12-02) ### Bug Fixes - readme ### Commit Statistics - 2 commits contributed to the release. - 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 rship-sdk v0.1.4 ([`7e5468a`](https://github.com/ignition-is-go/rship/commit/7e5468a0cbf7b52e111ac2f8b67e4f1fc94f5257)) - Readme ([`5df7241`](https://github.com/ignition-is-go/rship/commit/5df7241769772ce455535f5eabafc59bf4607dd7))
## v0.1.3 (2024-12-02) ### Bug Fixes - add sdk readme ### Commit Statistics - 6 commits contributed to the release. - 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 rship-sdk v0.1.3 ([`0d04130`](https://github.com/ignition-is-go/rship/commit/0d041302f646e2c693df61153666dea9b7db14dd)) - Release rship-sdk v0.1.2 ([`ae618d2`](https://github.com/ignition-is-go/rship/commit/ae618d22f8703658dec2bd2a3022b1bb9426fc59)) - Release rship-sdk v0.1.2 ([`c575f49`](https://github.com/ignition-is-go/rship/commit/c575f493b06ba2c3b71cd0abf2403867c49d562e)) - Release rship-sdk v0.1.2 ([`472c4e7`](https://github.com/ignition-is-go/rship/commit/472c4e7019d40727edf04aeff15970abbd5f9ccb)) - Release rship-sdk v0.1.1 ([`2c2ef9d`](https://github.com/ignition-is-go/rship/commit/2c2ef9dd9b97107462e96b54f65492a6986ac065)) - Add sdk readme ([`3f8680f`](https://github.com/ignition-is-go/rship/commit/3f8680f2f068e62445592bc1bd1dedef202e16e4))
## v0.1.2 (2024-11-25) ### Other - action schemas - rust sdk and button emitter - rust ### New Features - myko client and sdk no longer need clientId - auto resend instances on new client id - much sdk ### Chore - update cargo.toml - move rust entities - quiet links - reorg rust - make and use autoreconnect websocket - moar clippy! ### Bug Fixes - add sdk readme - update client id commands - better myko/sdk rust crates, better ws connection handling, fix deps - imports and build - client is now clone ### Commit Statistics - 24 commits contributed to the release. - 16 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Myko client and sdk no longer need clientId ([`d989a4a`](https://github.com/ignition-is-go/rship/commit/d989a4a47887937042dea7c2531751217eae7b00)) - Merge pull request #128 from ignition-is-go/exec/music-analysis ([`35a14d8`](https://github.com/ignition-is-go/rship/commit/35a14d81e9a5ef7bb387cf3db99a447f3b36613d)) - Update client id commands ([`e10d117`](https://github.com/ignition-is-go/rship/commit/e10d11701c3e7f957ebd21750162ca19bada2f82)) - Merge pull request #125 from ignition-is-go/exec/music-analysis ([`bd508d5`](https://github.com/ignition-is-go/rship/commit/bd508d54716d8d3a0d4d3cf1f8a3d80581b26c9a)) - Merge branch 'dev' into exec/music-analysis ([`1141e13`](https://github.com/ignition-is-go/rship/commit/1141e13762ec356cafd65bfa1c43091b7de9c966)) - Better myko/sdk rust crates, better ws connection handling, fix deps ([`3671718`](https://github.com/ignition-is-go/rship/commit/367171882b4fea24ea5e4898bfcfd4e2d4753de5)) - Merge branch 'dev' into spec/rip-nest ([`2e7bce3`](https://github.com/ignition-is-go/rship/commit/2e7bce313ad492f11c7a18a176df43229f38c2c2)) - Update cargo.toml ([`5f115ef`](https://github.com/ignition-is-go/rship/commit/5f115efb6e014dba9ee70360b51b81ada447688b)) - Merge pull request #59 from ignition-is-go/release/canary ([`637b9fa`](https://github.com/ignition-is-go/rship/commit/637b9fae2a2f68c8bdf80d5be5474a18de0354ea)) - Merge pull request #57 from ignition-is-go/dev ([`3bbab82`](https://github.com/ignition-is-go/rship/commit/3bbab827309e2e76c791412571dc55eec140c288)) - Move rust entities ([`b095b32`](https://github.com/ignition-is-go/rship/commit/b095b32007972bd1598361b2e64641c10a4de164)) - Merge pull request #1352 from ignition-is-go/release/canary ([`16619ad`](https://github.com/ignition-is-go/rship/commit/16619adf23cda1f1222401d8dd125c82212c7c5a)) - Merge pull request #1345 from ignition-is-go/feat/controllers ([`57c5fa8`](https://github.com/ignition-is-go/rship/commit/57c5fa8b7c22e041a3e20b92478f49b69a38bd88)) - Imports and build ([`1fb28cd`](https://github.com/ignition-is-go/rship/commit/1fb28cd325b310c5401b5250bc59993fd4fe3e40)) - Action schemas ([`08d6c33`](https://github.com/ignition-is-go/rship/commit/08d6c33227bd5e54c96296376a1d4f2a43c4c2da)) - Quiet links ([`2f99ce2`](https://github.com/ignition-is-go/rship/commit/2f99ce271753bf44a27579f92ad045bb5a80c960)) - Auto resend instances on new client id ([`331a012`](https://github.com/ignition-is-go/rship/commit/331a012874397ec53b15affdd29cf4a1841026e8)) - Reorg rust ([`c8043a7`](https://github.com/ignition-is-go/rship/commit/c8043a78ea4026f01bab24e451856f118df262d9)) - Make and use autoreconnect websocket ([`c455d17`](https://github.com/ignition-is-go/rship/commit/c455d174207d7c8a29cd021f8e739db5fce673c1)) - Much sdk ([`1742f8e`](https://github.com/ignition-is-go/rship/commit/1742f8e4f53234eb13a8a604300507f3998243af)) - Moar clippy! ([`baf2c8e`](https://github.com/ignition-is-go/rship/commit/baf2c8e2d86faeadd46aedaf170326b0e1720a19)) - Client is now clone ([`95453b4`](https://github.com/ignition-is-go/rship/commit/95453b4b4e28d652391e488ac393862c42c3ecb0)) - Rust sdk and button emitter ([`6c4f366`](https://github.com/ignition-is-go/rship/commit/6c4f366b17903baddc95c0f3c2690a10fae56b2b)) - Rust ([`e16ba19`](https://github.com/ignition-is-go/rship/commit/e16ba190c7365a8fe966c63e4d5bd144cd279303))
## v0.1.1 (2024-12-02) ### Chore - bump versions ### Bug Fixes - add entities version in sdk - add sdk readme ### Commit Statistics - 9 commits contributed to the release. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Release rship-sdk v0.1.1 ([`8bf6b3b`](https://github.com/ignition-is-go/rship/commit/8bf6b3b2e9dd78b78b070229e32a82cc3b032736)) - Add entities version in sdk ([`81ba47d`](https://github.com/ignition-is-go/rship/commit/81ba47de4408f61fd990265858dc93e3302de238)) - Release rship-entities v0.1.1, rship-sdk v0.1.1 ([`cdf17f6`](https://github.com/ignition-is-go/rship/commit/cdf17f63ae7ddfe5070f3a778c2adf2945ad0583)) - Release rship-entities v0.1.1, rship-sdk v0.1.1 ([`d83ddb9`](https://github.com/ignition-is-go/rship/commit/d83ddb9e3d928234d179bb5552e3ac16e03b0a13)) - Release rship-entities v0.1.1, rship-sdk v0.1.1 ([`1a37ff5`](https://github.com/ignition-is-go/rship/commit/1a37ff5569c7c1f8746787df493bbff677b7bd8f)) - Release rship-entities v0.1.1, rship-sdk v0.1.1 ([`6e16f82`](https://github.com/ignition-is-go/rship/commit/6e16f825899c94d0ad8b696a5ead89fa6f7460ee)) - Release rship-entities v0.1.1, rship-sdk v0.1.1 ([`5e0b98b`](https://github.com/ignition-is-go/rship/commit/5e0b98bb157ed819cd3c6edaf5c67bf926b8a65b)) - Release myko-macros v0.1.1, myko-wasm v0.1.1, myko-rs v0.1.1, rship-entities v0.1.1, rship-sdk v0.1.1 ([`91ab979`](https://github.com/ignition-is-go/rship/commit/91ab979a04bf5558d1cebec1e1ff571c31f0b8c0)) - Bump versions ([`30a9411`](https://github.com/ignition-is-go/rship/commit/30a94114c1f86c7527a958281f79c5bed6360a2a))
## v0.1.0 (2024-12-02) ### Chore - update version and references - update cargo.toml - move rust entities - quiet links - reorg rust - make and use autoreconnect websocket - moar clippy! ### Chore - update add descriptions and licenses ### Chore - add changelogs ### New Features - myko client and sdk no longer need clientId - auto resend instances on new client id - much sdk ### Bug Fixes - update client id commands - better myko/sdk rust crates, better ws connection handling, fix deps - imports and build - client is now clone ### Other - file browser - begin add files to machines - action schemas - rust sdk and button emitter - rust ### Commit Statistics - 7 commits contributed to the release. - 7 days passed between releases. - 5 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Bump myko-macros v0.1.0, myko-wasm v0.1.0, myko-rs v0.1.0, rship-entities v0.1.0, rship-sdk v0.1.0 ([`be34bbc`](https://github.com/ignition-is-go/rship/commit/be34bbca0ff802c6e40061f565b772488e7ed00d)) - Update add descriptions and licenses ([`ce4ecca`](https://github.com/ignition-is-go/rship/commit/ce4eccabd74fdadf6a04633a04518c370ff3f413)) - Release myko-macros v0.1.0, myko-wasm v0.1.0, myko-rs v0.1.0, rship-entities v0.1.0, rship-sdk v0.1.0 ([`5edc6dc`](https://github.com/ignition-is-go/rship/commit/5edc6dc0b154e5019ec38dee85f6fbc7bb1389a4)) - Add changelogs ([`07856ac`](https://github.com/ignition-is-go/rship/commit/07856acd96c826183fcabf9771259b6a5c7c18e6)) - Update version and references ([`c4f8e44`](https://github.com/ignition-is-go/rship/commit/c4f8e449ea5c9b16b8477e99a1468042db770037)) - File browser ([`9701633`](https://github.com/ignition-is-go/rship/commit/9701633c121317a9ac465f0c4341e31cab5c4856)) - Begin add files to machines ([`b1a02e3`](https://github.com/ignition-is-go/rship/commit/b1a02e395e87af64be82db68c9e2ccccb5666452))