dirs-dev / dirs-rs

a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows

Home Page:https://dirs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New major release?

pickfire opened this issue · comments

I just noticed that there are a new major release dirs 2.0.0 but I cannot find how it differs from 1.0.0 (specifically looking for breaking changes). Any idea? Note that having 1.0 in lock file does not install 2.0.

commented

Hi Ivan,

I think the only change visible from the outside is detailed in the changelog: https://github.com/soc/dirs-rs#changelog (the old way we retrieved user dirs made it hard to detect faulty user dir entries, new way does it correctly now).

Let me know if you have any questions!

Cheers,

Simon

Ah, nice. Thanks a lot. It is clarified now.

commented

Cheers, happy to help!