Releases: ghimiresdp/rust-raid
Releases · ghimiresdp/rust-raid
v0.11.0
What's Changed
- Add Package resolver using Depth first search by @ghimiresdp in #76
Full Changelog: v0.10.1...v0.11.0
v0.10.1
What's Changed
- Refactor Workspace: now cargo lock includes crates from
advanced/directory - Readme file now displays highlighted, multiline code block, that can be copied directly from github UI.
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Dynamic Programming: Longest substring length without duplicates by @ghimiresdp in #73
- add luhn algorithm by @ghimiresdp in #74
- Refactor workspaces and dependencies by @ghimiresdp in #75
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Add Screenshots and documentation to projects by @ghimiresdp in #68
- refactor and optimize comprehension and color conversion challenge by @ghimiresdp in #69
- Update Documentation by @ghimiresdp in #70
- Refactor design patterns by @ghimiresdp in #71
- Dynamic Programming: nth-distinct-number by @ghimiresdp in #72
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- project: Add file downloader by @ghimiresdp in #66
- Added Arc Mutex example by @ghimiresdp in #67
Full Changelog: v0.6.0...v0.8.0
v0.7.0
v0.6.0
What's Changed
- Add Box Pointer Example by @ghimiresdp in #63
- Add Reference Counter Example by @ghimiresdp in #64
- Add refcell examples by @ghimiresdp in #65
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Added examples of Custom Errors and Error propagating by @ghimiresdp in #60
- Add merge sorting algorithm by @ghimiresdp in #61
- feat: add operator overloading examples by @ghimiresdp in #62
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Feat: add threading example by @ghimiresdp in #55
- Add Thread Spawning example by @ghimiresdp in #56
- Added more examples and documentation on concurrency by @ghimiresdp in #57
- Add example of recoverable and unrecoverable errors by @ghimiresdp in #58
- use common library as workspace member and reuse it through members by @ghimiresdp in #59
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Update PULL_REQUEST_TEMPLATE.md by @ghimiresdp in #45
- Add ownership example by @ghimiresdp in #44
- add unsafe example by @ghimiresdp in #46
- Advanced concept in rust: memory management by @ghimiresdp in #43
- Add Conditional Compilation example by @ghimiresdp in #47
- Add Inline assembly example by @ghimiresdp in #48
- Add Examples for Generics, Traits, and Dynamic Dispatch by @ghimiresdp in #49
- Add Macro and DSL example by @ghimiresdp in #51
- Add Derive Macro by @ghimiresdp in #52
- Refactor by @ghimiresdp in #53
- Update rust edition to 2024 by @ghimiresdp in #50
Full Changelog: v0.2.1...v0.3.0