diff --git a/.changeset/cool-teeth-doubt.md b/.changeset/cool-teeth-doubt.md deleted file mode 100644 index cb337a8..0000000 --- a/.changeset/cool-teeth-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codama/renderers-rust': patch ---- - -resolve io_other_error and uninlined_format_args warnings diff --git a/CHANGELOG.md b/CHANGELOG.md index 12bd713..f020de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @codama/renderers-rust +## 2.0.1 + +### Patch Changes + +- [#88](https://github.com/codama-idl/renderers-rust/pull/88) [`6477636`](https://github.com/codama-idl/renderers-rust/commit/6477636b912a2c263216d9cdeae78b5d06b583f4) Thanks [@yihau](https://github.com/yihau)! - resolve io_other_error and uninlined_format_args warnings + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index b9f2707..d463815 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codama/renderers-rust", - "version": "2.0.0", + "version": "2.0.1", "description": "Renders Rust clients for your programs", "exports": { "types": "./dist/types/index.d.ts",