From 72ecddab191d4b498102bd2605b42650566799fb Mon Sep 17 00:00:00 2001 From: Leonid Ryzhyk Date: Sat, 24 Jul 2021 23:42:34 -0700 Subject: [PATCH] Bump version to 0.43.0. Signed-off-by: Leonid Ryzhyk --- CHANGELOG.md | 2 +- package.yaml | 2 +- src/Language/DifferentialDatalog/Version.hs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80788b403..e751d2056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.43.0] - Jul 25, 2021 ### Bug fixes - Fixed a bug in type inference: #1022. diff --git a/package.yaml b/package.yaml index a48554f25..2793f4936 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: differential-datalog -version: 0.42.1 +version: 0.43.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 f30ab76ee..9f2abb38d 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 = "v0.42.1" +dDLOG_VERSION = "v0.43.0" gitInfoCwdTry :: Either String GitInfo gitInfoCwdTry = $$tGitInfoCwdTry