We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918714f commit b4310faCopy full SHA for b4310fa
RELEASE_NOTES_LATEST.md
@@ -3,11 +3,9 @@
3
4
Available through https://crates.io/crates/typeql.
5
```
6
-cargo add typeql@3.0.1
+cargo add typeql@3.0.4
7
8
9
-## Code Refactors
10
-- **Rename within to groupby**
11
-
12
- We rename `within` to `groupby`, in better alignment with expected terminology.
13
+## New Features
+- **Add 'dec' suffix to decimal literals**
+ Require decimal literals to be suffixed with 'dec'
VERSION
@@ -1 +1 @@
1
-3.0.1
+3.0.4
0 commit comments