Overview
This release adds the ability to iterate backwards in a StableBTreeMap. Additionally includes some other small changes, like bumping some dependency versions and fixing a problem with posting the comment about benchmarks on PRs.
What's Changed
- chore(deps): bump dawidd6/action-download-artifact from 3.1.4 to 6 by @dependabot in #225
- chore: upgrade canbench from 0.1.1 to 0.1.7 by @ielashi in #232
- chore(deps): bump thollander/actions-comment-pull-request from 2 to 3 by @dependabot in #230
- feat: move initialization of
StableBTreeMap
cursors intoIter
by @hpeebles in #231 - fix: Fix arg names in post-comment action by @frankdavid in #238
- feat: implement
DoubleEndedIterator
forStableBTreeMap
by @hpeebles in #235 - chore: bump version to 0.6.6 by @dsarlis in #239
New Contributors
- @frankdavid made their first contribution in #238
Full Changelog: v0.6.5...v0.6.6