Skip to content

Commit d502199

Browse files
committed
Bump version to 0.33.0.
1 parent 3594e48 commit d502199

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [0.33.0] - Dec 24, 2020
7+
8+
### Optimizations
9+
10+
- An optimized implementation of the `distinct` operator may save memory and CPU
11+
for recursive relations.
12+
13+
### Libraries
14+
15+
- Added support for regex sets to `lib/regex.dl`
16+
- Added `Vec::pop()` function to `lib/ddlog_std.dl`.
17+
18+
### Miscellaneous improvements:
719

820
- Upgrade to the latest versions of timely and differential dataflow crates.
921

src/Language/DifferentialDatalog/Version.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import GitHash
3232

3333
-- Keep this in sync with the binary release version on github
3434
dDLOG_VERSION :: String
35-
dDLOG_VERSION = "v0.32.1"
35+
dDLOG_VERSION = "v0.33.0"
3636

3737
gitHash :: String
3838
gitHash = giHash $$tGitInfoCwd

0 commit comments

Comments
 (0)