Releases: mobusoperandi/michie
Releases · mobusoperandi/michie
v0.2.10
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
0.2.2 (2022-06-02)
Testing
- all dev_deps are single constraint caret (0cd4e76)
Build system / dependencies
- begin bash scripts with
set -euxo pipefail
(e96cd1e) - check-in Cargo.lock (aaced5f)
- commit message linting (81107a2), closes #152
- rm infiltrating .envrc (35c97f7)
- shebangs in script tasks (84875be), closes #187
Documentation
- explicit guard drop in "how it works" (e83bff9), closes #131
- fix ci badge (2d3d0cc), closes #179
- fix ci badge in readme (e56afdf), closes #173
- key type is not Clone and related improvements (652c638), closes #147
- rewrite section on store bounds (a40c3b3), closes #132
- table of contents (b3487ef), closes #140
Refactoring
- extract store_trait_object (136f9aa)
CI
- add restore-keys (25f82b7), closes #177
- bypass semantic-release-rust in publishing (34a9432), closes #117
- cache .bin (48f779f), closes #186
- correct commit linting condition (fb6a8c6), closes #175
- rewrite untracked files check (02e1104)
- run on push to any branch (a7c276a)
- semantic-release (aa5e764), closes #117
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