Skip to content

Commit

Permalink
Merge branch 'master' into operator-names
Browse files Browse the repository at this point in the history
  • Loading branch information
Kixiron authored Apr 11, 2021
2 parents 3daf5c3 + bd0cfb0 commit f1246b9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,30 @@ 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.39.0] - April 11, 2021

### Changes

- Upgraded to timely dataflow and differential dataflow dependencies to v0.12.
- Worked on improving the debuggability of ddlog dataflow graphs

## D3log
### D3log

- Experimental compiler support for D3log (wip).

### New features
#### New features

- We now support rules that don't start with a positive literal, e.g.,
```
R() :- not R2(...).
R() :- var x = 5.
```

### Bug fix

- Delete old Rust files in the generated project. This prevents compilation
errors when upgrading to a new version of DDlog.

## [0.38.0] - Mar 11, 2021

### API changes
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: differential-datalog
version: 0.17.0.0
version: 0.39.0
github: "vmware/differential-datalog"
license: MIT
author: "Leonid Ryzhyk"
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.38.0"
dDLOG_VERSION = "v0.39.0"

gitHash :: String
gitHash = giHash $$tGitInfoCwd

0 comments on commit f1246b9

Please sign in to comment.