diff --git a/.changeset/puny-guests-grow.md b/.changeset/puny-guests-grow.md deleted file mode 100644 index 9be90f9..0000000 --- a/.changeset/puny-guests-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codama/renderers-rust': patch ---- - -Don't generate `borsh::to_vec` if no borsh traits diff --git a/.changeset/shaky-dryers-refuse.md b/.changeset/shaky-dryers-refuse.md deleted file mode 100644 index 3f3679e..0000000 --- a/.changeset/shaky-dryers-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codama/renderers-rust': patch ---- - -fix: make serde field attributes dynamic and optional diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f7a0a..22b2f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @codama/renderers-rust +## 1.2.7 + +### Patch Changes + +- [#12](https://github.com/codama-idl/renderers-rust/pull/12) [`ac05970`](https://github.com/codama-idl/renderers-rust/commit/ac05970d7413c1cbb59c0eaeb0b15107b8de59c7) Thanks [@buffalojoec](https://github.com/buffalojoec)! - Don't generate `borsh::to_vec` if no borsh traits + +- [#13](https://github.com/codama-idl/renderers-rust/pull/13) [`33a297d`](https://github.com/codama-idl/renderers-rust/commit/33a297dce6bd044d5ce606cde0c3351f66a92116) Thanks [@buffalojoec](https://github.com/buffalojoec)! - fix: make serde field attributes dynamic and optional + ## 1.2.6 ### Patch Changes diff --git a/package.json b/package.json index 7fd8b0f..361b8da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codama/renderers-rust", - "version": "1.2.6", + "version": "1.2.7", "description": "Renders Rust clients for your programs", "exports": { "types": "./dist/types/index.d.ts",