From 3bdfd3f89e8a9b68e82a1f7b633222b2979d2ba6 Mon Sep 17 00:00:00 2001 From: Maaz Ahmed <maaz.a@subcom.tech> Date: Tue, 26 Dec 2023 14:51:37 +0530 Subject: [PATCH] chore(release): generate changelog for v0.4.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df88cf1..3e0eff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,36 @@ All notable changes to this project will be documented in this file. +## [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 -- GitLab