Releases: TheAlgorythm/path-ratchet
Releases · TheAlgorythm/path-ratchet
v0.3.0
- change
Path
reference wrapper types from having internal references to references of the wrapper type - use
Borrow
&ToOwned
- refactoring for easier maintenance
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- rename
SinglePathComponent
toSingleComponentPathBuf
- add
SingleComponentPath
as a borrowed variant - add
MutiComponentPathBuf
&MutiComponentPath
equivalents which accept multiple path components - the owned variants now need to be referenced on the
push_component*
methods
Full Changelog: v0.1.0...v0.2.0
v0.1.0
fix lints