From cd1164ee3aed56734a3dd114a71ce4902fd7e3ef Mon Sep 17 00:00:00 2001 From: Leonid Ryzhyk Date: Mon, 13 Dec 2021 15:33:02 -0800 Subject: [PATCH] Bump version to 1.2.3. --- 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 0e29eed1d..c4a29ec60 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] +## [1.2.3] - Dec 13, 2021 ### Quality-of-life improvements diff --git a/package.yaml b/package.yaml index fd32f84a4..3b6f79370 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: differential-datalog -version: 1.2.2 +version: 1.2.3 github: "vmware/differential-datalog" license: MIT author: "Leonid Ryzhyk" diff --git a/src/Language/DifferentialDatalog/Version.hs b/src/Language/DifferentialDatalog/Version.hs index 7e66293a8..465ce1110 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.2.2" +dDLOG_VERSION = "v1.2.3" gitInfoCwdTry :: Either String GitInfo gitInfoCwdTry = $$tGitInfoCwdTry