Make it actually work with trustfall and dynamic data
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
6501b42328
commit
8a453a44f9
5 changed files with 203 additions and 46 deletions
|
|
@ -1,23 +1,23 @@
|
|||
changelog "2025-01-29" {
|
||||
title "Added parsing of plaixt definitions"
|
||||
version "0.1.0"
|
||||
kind "Feature"
|
||||
type "Feature"
|
||||
}
|
||||
|
||||
changelog "2025-01-30 09:10:59+01:00" {
|
||||
title "Added parsing of plaixt records"
|
||||
version "0.1.0"
|
||||
kind "Feature"
|
||||
type "Feature"
|
||||
}
|
||||
|
||||
changelog "2025-02-01" {
|
||||
title "Added CLI options"
|
||||
version "0.1.0"
|
||||
kind "Feature"
|
||||
type "Feature"
|
||||
}
|
||||
|
||||
changelog "2025-02-07" {
|
||||
title "Added trustfall as a query frontend"
|
||||
version "0.1.0"
|
||||
kind "Feature"
|
||||
type "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@ define since="2025-01-29 20:27:30+01:00" {
|
|||
fields {
|
||||
title is=string
|
||||
version is=string
|
||||
kind { oneOf "Bugfix" "Feature" "Chore" }
|
||||
type { oneOf "Bugfix" "Feature" "Chore" }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue