We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec7ced commit 275d57dCopy full SHA for 275d57d
CHANGELOG.md
@@ -4,6 +4,10 @@ Canonical reference for changes, improvements, and bugfixes for mql.
4
5
## Next
6
7
+## 0.1.2 (2023/09/18)
8
+
9
+* fix: remove "like" from sql keywords checked in fuzzing ([PR](https://github.com/hashicorp/mql/pull/26))
10
+* feat: add support for backtick and single-quote string delimiters ([PR](https://github.com/hashicorp/mql/pull/25))
11
* feat: require string tokens used as comparison values to be delimited ([PR](https://github.com/hashicorp/mql/pull/23))
12
* chore: automate some coverage reporting bits ([PR](https://github.com/hashicorp/mql/pull/12))
13
* tests: add fuzz test for mql.Parse(...)([PR](https://github.com/hashicorp/mql/pull/11))
0 commit comments