From a6dad05dfa43ea1c46e41fd17f5a0bdfb2ee66f9 Mon Sep 17 00:00:00 2001 From: Tethys Svensson Date: Sat, 4 Feb 2023 13:30:42 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++-- RELEASE-CHECKLIST.md | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d36da2fe..5470164d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,12 +17,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - \[Rust\]: Add license files to crates - \[Rust\]: Implement a builder pattern for serializing tables and unions - \[Rust\]: rustfmt runs twice on generated code to ensure it is formatted correctly -- \[Rust\]: Fix an issue with using structs across different flatbuffer namespaces. - Add support for docstrings, and add them to the Rust output. - Update the `README` with information about our Discord server. - Split up `planus-cli` into multiple crates - Fix planus failing with "Unexpected token" on CLRF +### Fixed +- \[Rust\]: Fix an issue with using structs across different flatbuffer namespaces. [#172](https://github.com/planus-org/planus/pull/172) +- \[Rust\]: Fix bad error reporting when `rustfmt` was not installed. [#173](https://github.com/planus-org/planus/pull/173) + ### Removed - \[Rust\]: The old ways of serializing tables and unions using `create`-functions have been removed. @@ -66,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2021-12-30 - Initial release -[Unreleased]: https://github.com/planus-org/planus/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/planus-org/planus/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/planus-org/planus/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/planus-org/planus/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/planus-org/planus/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/planus-org/planus/releases/tag/v0.1.0 diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md index 3a04ac88..2b1acb02 100644 --- a/RELEASE-CHECKLIST.md +++ b/RELEASE-CHECKLIST.md @@ -4,7 +4,7 @@ * `planus/src/lib.rs` * `planus-cli/src/codegen/templates/rust/namespace.template` * `examples/rust/Cargo.toml` -* Update CHANGELOG.md +* Update CHANGELOG.md, including links at the bottom * Commit changes to a branch and make a PR * Run `cargo publish --dry-run` on PR branch * Wait for CI and merge PR to main branch