Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Feb 02:47
· 17 commits to main since this release

Commits

  • 0e62d32: Fix needless borrows - where expressions are borrowing a reference that is immediately dereferenced by the compiler (ndebuhr)
  • c8a4aed: Refactor a complex stopwatch model iterator (ndebuhr)
  • 5397ef1: Loosen dependency version requirements, for lazy_static, wasm-bindgen, console_error_panic_hook, wee_alloc, and wasm-bindgen-test (ndebuhr)
  • 18da9f3: Exclude the console_error_panic_hook feature, by default - a panic hook is unnecessary for non-WASM projects (Neal DeBuhr)
  • f9f9a6c: Integrate SimX (https://github.com/ndebuhr/simx) into the core sim repository, as a workspace member (Neal DeBuhr)
  • e8e2c3b: Update the outdated wee_alloc Cargo.toml comment and do not use wee_alloc when running CI tests (Neal DeBuhr)
  • d8c3f8d: Fix a typo in the batcher_event_rules test error handling (Neal DeBuhr)
  • 7bf2aef: Strip whitespace in event rule tests, to circumvent discrepancies between stable and nightly rust abstract syntax tree serialization (Neal DeBuhr)
  • 20e0614: Use formatted/pretty JSON for event rule tests since whitespace is stripped during the tests anyway (Neal DeBuhr)
  • 44aa4cc: Apply a cfg attribute to explicitly scope the strip_whitespace feature-limited function (used in event rule tests) (Neal DeBuhr)
  • c8d0da4: Remove to_string methods when they are redundantly used in a format macro (Neal DeBuhr)
  • 6d9b1bf: Increment minor version - bump to v0.11.0 (Neal DeBuhr)