# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ## [1.0.2] - 2024-11-01 ### Misc. * Update dependencies ## [1.0.1] - 2024-10-01 ### Misc. * Update dependencies ## [1.0.0] - 2024-09-06 ### Misc. * Update dependencies ## [0.1.4] - 2024-09-04 ### Misc. * Update dependencies * patch for CVE-2024-45311 ## [0.1.3] - 2024-09-01 ### Misc. * Update dependencies ## [0.1.2] - 2024-07-27 ### Misc. * Update dependencies ## [0.1.1] - 2024-04-20 ### Documentation * Fix typos ### Misc. * Update dependencies ## [0.1.0] - 2024-02-29 ### Initial functionality * Probe each endpoints configured in a `toml` file and print the result * Read file at `ALLUP_FILE` environment variable * `--json` flag to get output as JSON [Unreleased]: https://github.com/jcornaz/allup/compare/v1.0.2...HEAD [1.0.2]: https://github.com/jcornaz/allup/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/jcornaz/allup/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/jcornaz/allup/compare/v0.1.4...v1.0.0 [0.1.4]: https://github.com/jcornaz/allup/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/jcornaz/allup/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/jcornaz/allup/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/jcornaz/allup/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/jcornaz/allup/compare/...v0.1.0