Skip to content

v0.2.2

Compare
Choose a tag to compare
@michie-bot michie-bot released this 02 Jun 14:41
· 89 commits to master since this release

0.2.2 (2022-06-02)

Testing

  • all dev_deps are single constraint caret (0cd4e76)

Build system / dependencies

Documentation

Refactoring

  • extract store_trait_object (136f9aa)

CI

Prior to adopting semantic commits

  • 83d4bf5 gitignore /.bin and check in ci
  • 53381e2 cargo-run-bin
  • d4fb751 add cargo-make to CI cache key
  • 6cd753f rm ~/.cargo/.crates2.json from CI cache key
  • 6a886c9 actions/cache@v3
  • c17c7ed cargo install cargo-make
  • ae6fb14 parallel cargo-make tasks
  • 2d38992 Revert "modular github actions jobs"
  • 678ff56 modular github actions jobs
  • e2fa381 rename workflow
  • d8f2f00 run workflow on PRs against any branch
  • dc76069 rename workflow file
  • 118dde1 remove name for step "rustup update"
  • bd2c9cf rename ci job-id
  • 25e6592 rename ci workflow
  • a913d37 install cargo-make in github action via binary
  • b33e66d ci cache rust on failure
  • c51b3eb pre-commit hook
  • 1f75206 reorder bounds in generic example
  • 91ec53a improve doc regarding 'static
  • ed0acbb rename cache to store in code
  • 3338de7 no explicit links for types from std/core
  • 442fe8a remove trybuild bug workaround
  • 8ceee5d rewrite "no default key_expr" section
  • ce8ddcf store type inference
  • 438df06 rewrite type requirements section
  • cedaba8 consistently name <K, R> everywhere
  • 3597812 rephrase store_init section
  • be7f0fd rewrite store_type section
  • adfd853 rm extra blank line
  • d25bd49 move the basic example into the key_expr section
  • 905c03b rewrite key_expr section
  • c1ff2bb move "why no default key_expr to later
  • d62694a move "How it works" to later
  • 62346fc remove redundant parsing of ItemFn
  • 2e0352b remove fake attribute workaround