From b4bbb37c123c73638aa05fdf865e5d204811d638 Mon Sep 17 00:00:00 2001 From: Leonid Ryzhyk Date: Tue, 7 Sep 2021 08:36:33 -0700 Subject: [PATCH] Bump version to 0.48.1. 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 d5730da96..34a06554d 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.48.1] - Sep 7, 2021 - Fixed compilation speed regression in v0.48.0. diff --git a/package.yaml b/package.yaml index 02f131e1c..4d21d9154 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: differential-datalog -version: 0.48.0 +version: 0.48.1 github: "vmware/differential-datalog" license: MIT author: "Leonid Ryzhyk" diff --git a/src/Language/DifferentialDatalog/Version.hs b/src/Language/DifferentialDatalog/Version.hs index 77c4f6849..7b8fe3230 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.48.0" +dDLOG_VERSION = "v0.48.1" gitInfoCwdTry :: Either String GitInfo gitInfoCwdTry = $$tGitInfoCwdTry