Skip to content

Releases: elshize/simrs

Release 0.1.2

28 Mar 01:42
c3d45c6
Compare
Choose a tag to compare

Changes:

  • #8 Support different kinds of queues through a trait
  • #9 Remove bounded and impl Default from Queue trait
  • #10 Use queue type for state API
  • #11 Make State::len take immutable reference

Release 0.1.1

04 Dec 14:53
6e26d50
Compare
Choose a tag to compare

This release introduces minor fixes:

  • Use HashMap instead of Vec for storing components.
  • Fix the example in the documentation and add one to examles
  • Introduce initial CI workflow.

Release 0.1.0

09 Nov 20:31
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

Initial release