From 7da0394f03f101595d43806b3a77f811513bd5e4 Mon Sep 17 00:00:00 2001 From: Leonid Ryzhyk Date: Thu, 29 Apr 2021 18:00:51 -0700 Subject: [PATCH] Bump version to 0.40.0. --- CHANGELOG.md | 6 +----- package.yaml | 2 +- src/Language/DifferentialDatalog/Version.hs | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a0b0cbf..a19c6d205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.yaml b/package.yaml index b61b1e2f8..b7d5f2e4b 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: differential-datalog -version: 0.39.0 +version: 0.40.0 github: "vmware/differential-datalog" license: MIT author: "Leonid Ryzhyk" diff --git a/src/Language/DifferentialDatalog/Version.hs b/src/Language/DifferentialDatalog/Version.hs index 0a33e394b..4d8767509 100644 --- a/src/Language/DifferentialDatalog/Version.hs +++ b/src/Language/DifferentialDatalog/Version.hs @@ -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