Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mquery
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Subconscious Compute (Open)
mquery
Commits
62ceba7c
Commit
62ceba7c
authored
3 months ago
by
Maaz Ahmed
Browse files
Options
Downloads
Patches
Plain Diff
chore: update changelog and bump versions
parent
a0b09d83
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!30
Resolve "Update dependencies and fix lints"
Pipeline
#31246
passed with stages
Stage:
Stage:
in 2 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+43
-33
43 additions, 33 deletions
CHANGELOG.md
Cargo.toml
+1
-1
1 addition, 1 deletion
Cargo.toml
with
44 additions
and
34 deletions
CHANGELOG.md
+
43
−
33
View file @
62ceba7c
...
...
@@ -2,6 +2,29 @@
All notable changes to this project will be documented in this file.
## [0.9.0] - 2024-12-03
### Features
-
Impl Deserialize on custom types in utils
### Miscellaneous Tasks
-
Fix clippy lints
-
Update dependencies
-
Update changelog and bump versions
## [0.8.1] - 2024-04-16
### Bug Fixes
-
Use a fixed version for prometheus-http-query dependency
### Miscellaneous Tasks
-
Fix clippy lints
-
Bump version to 0.8.1
## [0.8.0] - 2024-01-09
### Bug Fixes
...
...
@@ -95,16 +118,20 @@ All notable changes to this project will be documented in this file.
-
Initial support for handling multiple queries
-
Add support for more functions (transform)
### Miscellaneous Tasks
-
Bump version to 0.5.0
-
Generate changelog for v0.5.0
### Refactor
-
Separate fn name and args formatting in QryFunc
##
# Miscellaneous Tasks
##
[0.4.0] - 2023-12-26
-
Generate changelog for v0.5.0
-
Bump version to 0.5.0
### Bug Fixes
## [0.4.0] - 2023-12-26
-
Correct Sealed trait's visibility
### Documentation
...
...
@@ -115,24 +142,15 @@ All notable changes to this project will be documented in this file.
-
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
-
Bump version to 0.3.1
-
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
### Refactor
-
Bump version to 0.3.1
-
Remove an error variant that is never used
## [0.3.0] - 2023-12-19
...
...
@@ -147,10 +165,19 @@ All notable changes to this project will be documented in this file.
### Features
-
Basic metric query selector/builder
-
Binary Operators with Vector Matching
-
Type conversion utilities with parallel processing
### Miscellaneous Tasks
-
Update README
-
Simple code example in README
-
Fix typo in README
-
Bump prometheus-http-query to 0.8.0
-
Bump version to v0.2.0
-
Include cliff.toml
-
Generate changelog for v0.2.0
-
Use latest rust images
-
Add tags
-
Include clippy component for linting
...
...
@@ -162,21 +189,4 @@ All notable changes to this project will be documented in this file.
-
Replace external error type with an internal one in pub API
-
Replace external PromqlResult type with internal Data type
## [0.2.0] - 2023-12-14
### Features
-
Basic metric query selector/builder
-
Binary Operators with Vector Matching
### Miscellaneous Tasks
-
Update README
-
Simple code example in README
-
Fix typo in README
-
Bump prometheus-http-query to 0.8.0
-
Bump version to v0.2.0
-
Include cliff.toml
-
Generate changelog for v0.2.0
<!-- generated by git-cliff -->
This diff is collapsed.
Click to expand it.
Cargo.toml
+
1
−
1
View file @
62ceba7c
[package]
name
=
"mquery"
version
=
"0.
8.2
"
version
=
"0.
9.0
"
edition
=
"2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment