|
|
|
|
|
by porridgeraisin
479 days ago
|
|
IIRC GNU Parallel versions by date. Recently in the python ecosystem the `uv` package manager let's you install a package as it was on a certain date. Additionally, you can "freeze" your dependencies to a certain date in pyproject.toml. So when someone clones it and installs dependencies it will install it at the date you've chosen to freeze it at. Personally I love this method much more than versioning. I think versioning is mostly useful to just talk about software and maybe major major additions/changes e.g io-uring shipping with linux mainline. |
|