Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

table of contents #140

Closed
mightyiam opened this issue May 4, 2022 · 1 comment · Fixed by #185
Closed

table of contents #140

mightyiam opened this issue May 4, 2022 · 1 comment · Fixed by #185

Comments

@mightyiam
Copy link
Member

No description provided.

@mightyiam
Copy link
Member Author

@Samyak2 Samyak2 added this to the Share with the world milestone May 20, 2022
TheCre8tor added a commit that referenced this issue May 21, 2022
closes #140

Co-authored-by: Dan Stoian <danmihaistoian@gmail.com>
Co-authored-by: Shahar Dawn Or <mightyiampresence@gmail.com>
Co-authored-by: Vimal Patel <vimal@imorphr.com>
github-actions bot pushed a commit that referenced this issue May 30, 2022
## [0.2.2](v0.2.1...v0.2.2) (2022-05-30)

### Testing

* all dev_deps are single constraint caret ([0cd4e76](0cd4e76))

### Documentation

* explicit guard drop in "how it works" ([e83bff9](e83bff9)), closes [#131](#131)
* fix ci badge ([2d3d0cc](2d3d0cc)), closes [#179](#179)
* fix ci badge in readme ([e56afdf](e56afdf)), closes [#173](#173)
* key type is not Clone and related improvements ([652c638](652c638)), closes [#147](#147)
* rewrite section on store bounds ([a40c3b3](a40c3b3)), closes [#132](#132)
* table of contents ([b3487ef](b3487ef)), closes [#140](#140)

### Code style

* expansion unused args prefixed with underscores ([7ddbb35](7ddbb35)), closes [#136](#136)
* remove erroneously checked in files ([9c87cf0](9c87cf0))
* rename some type inference hints ([58d1750](58d1750))

### Refactoring

* extract store_trait_object ([136f9aa](136f9aa))
github-actions bot pushed a commit that referenced this issue May 31, 2022
## [0.2.2](v0.2.1...v0.2.2) (2022-05-31)

### Testing

* all dev_deps are single constraint caret ([0cd4e76](0cd4e76))

### Documentation

* explicit guard drop in "how it works" ([e83bff9](e83bff9)), closes [#131](#131)
* fix ci badge ([2d3d0cc](2d3d0cc)), closes [#179](#179)
* fix ci badge in readme ([e56afdf](e56afdf)), closes [#173](#173)
* key type is not Clone and related improvements ([652c638](652c638)), closes [#147](#147)
* rewrite section on store bounds ([a40c3b3](a40c3b3)), closes [#132](#132)
* table of contents ([b3487ef](b3487ef)), closes [#140](#140)

### Code style

* expansion unused args prefixed with underscores ([7ddbb35](7ddbb35)), closes [#136](#136)
* remove erroneously checked in files ([9c87cf0](9c87cf0))
* rename some type inference hints ([58d1750](58d1750))

### Refactoring

* extract store_trait_object ([136f9aa](136f9aa))
michie-bot bot pushed a commit that referenced this issue May 31, 2022
## [0.2.2](v0.2.1...v0.2.2) (2022-05-31)

### Testing

* all dev_deps are single constraint caret ([0cd4e76](0cd4e76))

### Documentation

* explicit guard drop in "how it works" ([e83bff9](e83bff9)), closes [#131](#131)
* fix ci badge ([2d3d0cc](2d3d0cc)), closes [#179](#179)
* fix ci badge in readme ([e56afdf](e56afdf)), closes [#173](#173)
* key type is not Clone and related improvements ([652c638](652c638)), closes [#147](#147)
* rewrite section on store bounds ([a40c3b3](a40c3b3)), closes [#132](#132)
* table of contents ([b3487ef](b3487ef)), closes [#140](#140)

### Code style

* expansion unused args prefixed with underscores ([7ddbb35](7ddbb35)), closes [#136](#136)
* remove erroneously checked in files ([9c87cf0](9c87cf0))
* rename some type inference hints ([58d1750](58d1750))

### Refactoring

* extract store_trait_object ([136f9aa](136f9aa))
michie-bot bot pushed a commit that referenced this issue May 31, 2022
## [0.2.2](v0.2.1...v0.2.2) (2022-05-31)

### Testing

* all dev_deps are single constraint caret ([0cd4e76](0cd4e76))

### Documentation

* explicit guard drop in "how it works" ([e83bff9](e83bff9)), closes [#131](#131)
* fix ci badge ([2d3d0cc](2d3d0cc)), closes [#179](#179)
* fix ci badge in readme ([e56afdf](e56afdf)), closes [#173](#173)
* key type is not Clone and related improvements ([652c638](652c638)), closes [#147](#147)
* rewrite section on store bounds ([a40c3b3](a40c3b3)), closes [#132](#132)
* table of contents ([b3487ef](b3487ef)), closes [#140](#140)

### Code style

* expansion unused args prefixed with underscores ([7ddbb35](7ddbb35)), closes [#136](#136)
* remove erroneously checked in files ([9c87cf0](9c87cf0))
* rename some type inference hints ([58d1750](58d1750))

### Refactoring

* extract store_trait_object ([136f9aa](136f9aa))
michie-bot bot pushed a commit that referenced this issue May 31, 2022
## [0.2.2](v0.2.1...v0.2.2) (2022-05-31)

### Testing

* all dev_deps are single constraint caret ([0cd4e76](0cd4e76))

### Build system / dependencies

* begin bash scripts with `set -euxo pipefail` ([e96cd1e](e96cd1e))
* check-in Cargo.lock ([aaced5f](aaced5f))
* commit message linting ([81107a2](81107a2)), closes [#152](#152)
* rm infiltrating .envrc ([35c97f7](35c97f7))
* shebangs in script tasks ([84875be](84875be)), closes [#187](#187)

### Documentation

* explicit guard drop in "how it works" ([e83bff9](e83bff9)), closes [#131](#131)
* fix ci badge ([2d3d0cc](2d3d0cc)), closes [#179](#179)
* fix ci badge in readme ([e56afdf](e56afdf)), closes [#173](#173)
* key type is not Clone and related improvements ([652c638](652c638)), closes [#147](#147)
* rewrite section on store bounds ([a40c3b3](a40c3b3)), closes [#132](#132)
* table of contents ([b3487ef](b3487ef)), closes [#140](#140)

### Refactoring

* extract store_trait_object ([136f9aa](136f9aa))

### CI

* add restore-keys ([25f82b7](25f82b7)), closes [#177](#177)
* cache .bin ([48f779f](48f779f)), closes [#186](#186)
* correct commit linting condition ([fb6a8c6](fb6a8c6)), closes [#175](#175)
* rewrite untracked files check ([02e1104](02e1104))
* run on push to any branch ([a7c276a](a7c276a))
* semantic-release ([7ec4100](7ec4100)), closes [#117](#117)
michie-bot bot pushed a commit that referenced this issue May 31, 2022
## [0.2.2](v0.2.1...v0.2.2) (2022-05-31)

### Testing

* all dev_deps are single constraint caret ([0cd4e76](0cd4e76))

### Build system / dependencies

* begin bash scripts with `set -euxo pipefail` ([e96cd1e](e96cd1e))
* check-in Cargo.lock ([aaced5f](aaced5f))
* commit message linting ([81107a2](81107a2)), closes [#152](#152)
* rm infiltrating .envrc ([35c97f7](35c97f7))
* shebangs in script tasks ([84875be](84875be)), closes [#187](#187)

### Documentation

* explicit guard drop in "how it works" ([e83bff9](e83bff9)), closes [#131](#131)
* fix ci badge ([2d3d0cc](2d3d0cc)), closes [#179](#179)
* fix ci badge in readme ([e56afdf](e56afdf)), closes [#173](#173)
* key type is not Clone and related improvements ([652c638](652c638)), closes [#147](#147)
* rewrite section on store bounds ([a40c3b3](a40c3b3)), closes [#132](#132)
* table of contents ([b3487ef](b3487ef)), closes [#140](#140)

### Refactoring

* extract store_trait_object ([136f9aa](136f9aa))

### CI

* add restore-keys ([25f82b7](25f82b7)), closes [#177](#177)
* cache .bin ([48f779f](48f779f)), closes [#186](#186)
* correct commit linting condition ([fb6a8c6](fb6a8c6)), closes [#175](#175)
* rewrite untracked files check ([02e1104](02e1104))
* run on push to any branch ([a7c276a](a7c276a))
* semantic-release ([0ac6355](0ac6355)), closes [#117](#117)
michie-bot bot pushed a commit that referenced this issue May 31, 2022
## [0.2.2](v0.2.1...v0.2.2) (2022-05-31)

### Testing

* all dev_deps are single constraint caret ([0cd4e76](0cd4e76))

### Build system / dependencies

* begin bash scripts with `set -euxo pipefail` ([e96cd1e](e96cd1e))
* check-in Cargo.lock ([aaced5f](aaced5f))
* commit message linting ([81107a2](81107a2)), closes [#152](#152)
* rm infiltrating .envrc ([35c97f7](35c97f7))
* shebangs in script tasks ([84875be](84875be)), closes [#187](#187)

### Documentation

* explicit guard drop in "how it works" ([e83bff9](e83bff9)), closes [#131](#131)
* fix ci badge ([2d3d0cc](2d3d0cc)), closes [#179](#179)
* fix ci badge in readme ([e56afdf](e56afdf)), closes [#173](#173)
* key type is not Clone and related improvements ([652c638](652c638)), closes [#147](#147)
* rewrite section on store bounds ([a40c3b3](a40c3b3)), closes [#132](#132)
* table of contents ([b3487ef](b3487ef)), closes [#140](#140)

### Refactoring

* extract store_trait_object ([136f9aa](136f9aa))

### CI

* add restore-keys ([25f82b7](25f82b7)), closes [#177](#177)
* cache .bin ([48f779f](48f779f)), closes [#186](#186)
* correct commit linting condition ([fb6a8c6](fb6a8c6)), closes [#175](#175)
* rewrite untracked files check ([02e1104](02e1104))
* run on push to any branch ([a7c276a](a7c276a))
* semantic-release ([1208981](1208981)), closes [#117](#117)
michie-bot bot pushed a commit that referenced this issue Jun 1, 2022
## [0.2.2](v0.2.1...v0.2.2) (2022-06-01)

### Testing

* all dev_deps are single constraint caret ([0cd4e76](0cd4e76))

### Build system / dependencies

* begin bash scripts with `set -euxo pipefail` ([e96cd1e](e96cd1e))
* check-in Cargo.lock ([aaced5f](aaced5f))
* commit message linting ([81107a2](81107a2)), closes [#152](#152)
* rm infiltrating .envrc ([35c97f7](35c97f7))
* shebangs in script tasks ([84875be](84875be)), closes [#187](#187)

### Documentation

* explicit guard drop in "how it works" ([e83bff9](e83bff9)), closes [#131](#131)
* fix ci badge ([2d3d0cc](2d3d0cc)), closes [#179](#179)
* fix ci badge in readme ([e56afdf](e56afdf)), closes [#173](#173)
* key type is not Clone and related improvements ([652c638](652c638)), closes [#147](#147)
* rewrite section on store bounds ([a40c3b3](a40c3b3)), closes [#132](#132)
* table of contents ([b3487ef](b3487ef)), closes [#140](#140)

### Refactoring

* extract store_trait_object ([136f9aa](136f9aa))

### CI

* add restore-keys ([25f82b7](25f82b7)), closes [#177](#177)
* cache .bin ([48f779f](48f779f)), closes [#186](#186)
* correct commit linting condition ([fb6a8c6](fb6a8c6)), closes [#175](#175)
* rewrite untracked files check ([02e1104](02e1104))
* run on push to any branch ([a7c276a](a7c276a))
* semantic-release ([1208981](1208981)), closes [#117](#117)
michie-bot bot pushed a commit that referenced this issue Jun 1, 2022
## [0.2.2](v0.2.1...v0.2.2) (2022-06-01)

### Testing

* all dev_deps are single constraint caret ([0cd4e76](0cd4e76))

### Build system / dependencies

* begin bash scripts with `set -euxo pipefail` ([e96cd1e](e96cd1e))
* check-in Cargo.lock ([aaced5f](aaced5f))
* commit message linting ([81107a2](81107a2)), closes [#152](#152)
* rm infiltrating .envrc ([35c97f7](35c97f7))
* shebangs in script tasks ([84875be](84875be)), closes [#187](#187)

### Documentation

* explicit guard drop in "how it works" ([e83bff9](e83bff9)), closes [#131](#131)
* fix ci badge ([2d3d0cc](2d3d0cc)), closes [#179](#179)
* fix ci badge in readme ([e56afdf](e56afdf)), closes [#173](#173)
* key type is not Clone and related improvements ([652c638](652c638)), closes [#147](#147)
* rewrite section on store bounds ([a40c3b3](a40c3b3)), closes [#132](#132)
* table of contents ([b3487ef](b3487ef)), closes [#140](#140)

### Refactoring

* extract store_trait_object ([136f9aa](136f9aa))

### CI

* add restore-keys ([25f82b7](25f82b7)), closes [#177](#177)
* cache .bin ([48f779f](48f779f)), closes [#186](#186)
* correct commit linting condition ([fb6a8c6](fb6a8c6)), closes [#175](#175)
* rewrite untracked files check ([02e1104](02e1104))
* run on push to any branch ([a7c276a](a7c276a))
* semantic-release ([aa5e764](aa5e764)), closes [#117](#117)
michie-bot bot pushed a commit that referenced this issue Jun 2, 2022
## [0.2.2](v0.2.1...v0.2.2) (2022-06-02)

### Testing

* all dev_deps are single constraint caret ([0cd4e76](0cd4e76))

### Build system / dependencies

* begin bash scripts with `set -euxo pipefail` ([e96cd1e](e96cd1e))
* check-in Cargo.lock ([aaced5f](aaced5f))
* commit message linting ([81107a2](81107a2)), closes [#152](#152)
* rm infiltrating .envrc ([35c97f7](35c97f7))
* shebangs in script tasks ([84875be](84875be)), closes [#187](#187)

### Documentation

* explicit guard drop in "how it works" ([e83bff9](e83bff9)), closes [#131](#131)
* fix ci badge ([2d3d0cc](2d3d0cc)), closes [#179](#179)
* fix ci badge in readme ([e56afdf](e56afdf)), closes [#173](#173)
* key type is not Clone and related improvements ([652c638](652c638)), closes [#147](#147)
* rewrite section on store bounds ([a40c3b3](a40c3b3)), closes [#132](#132)
* table of contents ([b3487ef](b3487ef)), closes [#140](#140)

### Refactoring

* extract store_trait_object ([136f9aa](136f9aa))

### CI

* add restore-keys ([25f82b7](25f82b7)), closes [#177](#177)
* bypass semantic-release-rust in publishing ([34a9432](34a9432)), closes [#117](#117)
* cache .bin ([48f779f](48f779f)), closes [#186](#186)
* correct commit linting condition ([fb6a8c6](fb6a8c6)), closes [#175](#175)
* rewrite untracked files check ([02e1104](02e1104))
* run on push to any branch ([a7c276a](a7c276a))
* semantic-release ([aa5e764](aa5e764)), closes [#117](#117)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants