Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
TethysSvensson committed Feb 4, 2023
1 parent 53a7d8f commit a6dad05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6dad05

Please sign in to comment.