Skip to content

Commit b4310fa

Browse files
Bump version & prepare release notes for 3.0.3 (#390)
## Usage and product changes Bump version & prepare release notes for 3.0.3
1 parent 918714f commit b4310fa

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

RELEASE_NOTES_LATEST.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33

44
Available through https://crates.io/crates/typeql.
55
```
6-
cargo add typeql@3.0.1
6+
cargo add typeql@3.0.4
77
```
88

9-
## Code Refactors
10-
- **Rename within to groupby**
11-
12-
We rename `within` to `groupby`, in better alignment with expected terminology.
13-
9+
## New Features
10+
- **Add 'dec' suffix to decimal literals**
11+
Require decimal literals to be suffixed with 'dec'

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.0.4

0 commit comments

Comments
 (0)