Skip to content

v0.2.1

Choose a tag to compare

@joaquinbejar joaquinbejar released this 07 Apr 17:37
· 23 commits to main since this release
4f46d5e

What's Changed

Bug Fixes

  • fix(codegen): Scope group code generation to message-specific modules to avoid duplicate definitions (#6)
  • fix(lint): Improve to_snake_case handling of acronyms and underscores (#11, closes #7, supersedes #8)
    • REDUCE_ONLYreduce_only (was r_e_d_u_c_e__o_n_l_y)
    • MDEntryPxmd_entry_px (was m_d_entry_px)
    • Fix clippy::unnecessary_map_or lint
  • test: Add regression tests for issue #7 (underscore set choice names)

Crates Published

All 11 workspace crates published to crates.io:
ironsbe, ironsbe-core, ironsbe-schema, ironsbe-codegen, ironsbe-derive, ironsbe-channel, ironsbe-transport, ironsbe-server, ironsbe-client, ironsbe-marketdata, ironsbe-bench

Full Changelog: v0.2.0...v0.2.1