From 0f8f47b37a4f2c0dd8685474ed73d2792420540d Mon Sep 17 00:00:00 2001 From: Leonid Ryzhyk Date: Wed, 8 Dec 2021 14:54:16 -0800 Subject: [PATCH] Bump version to 1.2.0. --- CHANGELOG.md | 16 ++++++++++++++++ package.yaml | 2 +- src/Language/DifferentialDatalog/Version.hs | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5799c508e..a6308ab19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ 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/). +## [1.2.0] - Dec 8, 2021 + +### Bug fixes + +- Fix broken command recording in the `DDlogDynamic` API. + +### SQL-to-DDlog compiler + +- More efficient joins +- Bug fixes + +### Self-profiler + +- Add anchors to the profile, so one can create hyperlinks to individual profile + entries. + ## [1.1.0] - Nov 12, 2021 ### Rust API changes diff --git a/package.yaml b/package.yaml index 18b5b965a..3e2b68676 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: differential-datalog -version: 1.1.0 +version: 1.2.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 b93cc0828..4a2909a59 100644 --- a/src/Language/DifferentialDatalog/Version.hs +++ b/src/Language/DifferentialDatalog/Version.hs @@ -33,7 +33,7 @@ import Data.List -- Keep this in sync with the binary release version on github dDLOG_VERSION :: String -dDLOG_VERSION = "v1.1.0" +dDLOG_VERSION = "v1.2.0" gitInfoCwdTry :: Either String GitInfo gitInfoCwdTry = $$tGitInfoCwdTry