File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
src/Language/DifferentialDatalog Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7- ## [ Unreleased]
7+ ## [ 1.1.0] - Nov 12, 2021
8+
9+ ### Rust API changes
810
911- Feature-gate ` AnyDeserialize ` impl. The DDlog compiler generates an
1012 implementation of the ` AnyDeserialize ` trait, which allows clients to
Original file line number Diff line number Diff line change 11name : differential-datalog
2- version : 1.0 .0
2+ version : 1.1 .0
33github : " vmware/differential-datalog"
44license : MIT
55author : " Leonid Ryzhyk"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import Data.List
3333
3434-- Keep this in sync with the binary release version on github
3535dDLOG_VERSION :: String
36- dDLOG_VERSION = " v1.0 .0"
36+ dDLOG_VERSION = " v1.1 .0"
3737
3838gitInfoCwdTry :: Either String GitInfo
3939gitInfoCwdTry = $$ tGitInfoCwdTry
You can’t perform that action at this time.
0 commit comments