Skip to content

Commit

Permalink
Bump version to 0.40.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzhyk committed Apr 30, 2021
1 parent 1951d93 commit 7da0394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ 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.40.0] - April 29, 2021

### Changes

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

### Bug Fixes

- Fixed crashes due to misused unsafe code

## [0.39.0] - April 11, 2021

### D3log
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.39.0
version: 0.40.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.39.0"
dDLOG_VERSION = "v0.40.0"

gitHash :: String
gitHash = giHash $$tGitInfoCwd

0 comments on commit 7da0394

Please sign in to comment.