-
Maaz Ahmed authorededec27ec
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 1.67 KiB
Changelog
All notable changes to this project will be documented in this file.
[0.5.0] - 2023-12-27
Documentation
- Update README
Features
- Initial support for handling multiple queries
- Add support for more functions (transform)
Refactor
- Separate fn name and args formatting in QryFunc
Miscellaneous Tasks
- Generate changelog for v0.5.0
- Bump version to 0.5.0
[0.4.0] - 2023-12-26
Documentation
- Updates and fixes
Features
- Initial functions support in the query builder API
- Initial impl of promql validation macro
Refactor
- Remove an error variant that is never used
Miscellaneous Tasks
- Generate changelog for v0.4.0
- Bump version to 0.4.0
[0.3.1] - 2023-12-20
Bug Fixes
- Correct Sealed trait's visibility
Miscellaneous Tasks
- Bump version to 0.3.1
[0.3.0] - 2023-12-19
Bug Fixes
- Make Duration struct's fields public
Documentation
- Update and add missing docs
- Update README