10. Changelog

All notable changes to this project will be documented in this file.

10.1. 1.3.0 - 2025-01-30

10.1.1. Changed

  • criticalup run now behaves more similar to rustup run and uv run, allowing you to run criticalup run $WHATEVER and have the respective tool see the appropriate CriticalUp-managed tools within the $PATH (or equivalent). A --strict flag was added to make it possible to ensure only tools within the installation are run.

10.1.2. Added

  • Added a criticalup doc command which opens the documentation of the relevant Ferrocene version.

  • Release instructions to README.

  • Subscription management docs.

10.1.3. Fixed

  • Running Clean command now ensures that there are no leftover unused binary proxies.

10.2. 1.2.0 - 2024-11-25

10.2.1. Changed

  • Standardized error messages as close to English rules as possible.

  • Changed several CriticalTrust APIs to be async.

  • Added a criticalup verify command that can be used to verify that a locally installed toolchain. is not corrupted or tampered with.

  • Added criticalup archive which creates an archive of the toolchain for cold storage or backup.

10.2.2. Fixed

  • Bug when using --offline mode to install with expired revocation info ends in installation failure. To support proper --offline mode, the expiration date on revocation info hash must be ignored.

10.3. 1.1.0 - 2024-08-28

10.3.1. Added

  • Support for package revocation added, criticalup install will verify packages have not been revoked (due to, for example, a security event) before installation.

  • An --offline flag has been added to criticalup install, when enabled only the download cache will be used where possible, and the cache will not be populated on cache miss.

  • Caching of downloaded keys, manifests, and installation tarballs has been added. Newly downloaded artifacts will also be stored in the OS-specific cache directory. The cache can be cleaned with criticalup clean or any relevant OS behaviors.

  • tracing support was added for structured and multi-level logging. --verbose and -v are now generally accepted and enable debug logging. Passing the flag twice (eg. -vv) will enable trace logging as well. The --log-level argument can accept arbitrary tracing directives for fine grained control over logging where required.

  • Moved criticalup to an async runtime (tokio), this resulted in resolving some intermittent networking issues on low bandwidth or unreliable connections.

10.4. 1.0.2 - 2024-07-11

10.4.1. Added

  • Retry downloads in case of network issue (#28).

10.5. 1.0.1 - 2024-05-29

10.5.1. Fixed

  • Versioning issue where --version was still showing 0.0.0 (#24).

10.5.2. Changed

  • Update dependencies for all crates in the project workspace (#10).

10.6. 1.0.0 - 2024-05-27

10.6.1. Added

  • Initial public release (#22).

10.7. References

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.