Skip to content

Commit

Permalink
Bump version to 0.33.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzhyk committed Dec 25, 2020
1 parent 3594e48 commit d502199
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@ All notable changes to this project will be documented in this file.

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

## [Unreleased]
## [0.33.0] - Dec 24, 2020

### Optimizations

- An optimized implementation of the `distinct` operator may save memory and CPU
for recursive relations.

### Libraries

- Added support for regex sets to `lib/regex.dl`
- Added `Vec::pop()` function to `lib/ddlog_std.dl`.

### Miscellaneous improvements:

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

Expand Down
2 changes: 1 addition & 1 deletion src/Language/DifferentialDatalog/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import GitHash

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

gitHash :: String
gitHash = giHash $$tGitInfoCwd

0 comments on commit d502199

Please sign in to comment.