Moving to v1.0.0 provides a version number that more accurately reflects the project's current stability. According to SemVer conventions, the 1.0 release signals a commitment to API stability, aligning with common open-source practices and setting clear expectations for users regarding compatibility.
**Installation / Upgrade:**
Update to the latest version using pip:
bash
pip install --upgrade unidep
Or install via Conda:
bash
conda install -c conda-forge unidep
New users can use the bootstrap script:
bash
"${SHELL}" <(curl -LsSf raw.githubusercontent.com/basnijholt/unidep/main/bootstrap.sh)
*(Note: Always review scripts from the internet before execution.)*
**Feedback:**
Users are encouraged to upgrade to v1.0.0. Feedback, bug reports, and contributions are welcome via the [[GitHub Repository](https://github.com/basnijholt/unidep)](https://github.com/basnijholt/unidep).
Refer to the [[documentation](https://unidep.readthedocs.io/)](https://unidep.readthedocs.io/) for detailed usage information.
---
What's Changed
* Add a warning about running scripts from the internet by basnijholt in https://github.com/basnijholt/unidep/pull/242
* Don't restrict micromamba 1.5.12-0 bootstrap.sh by basnijholt in https://github.com/basnijholt/unidep/pull/243
* Make `tomli` a dependency for <3.11 by basnijholt in https://github.com/basnijholt/unidep/pull/244
**Full Changelog**: https://github.com/basnijholt/unidep/compare/v0.69.0...v1.0.0