File tree 3 files changed +8
-2
lines changed
src/Language/DifferentialDatalog
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ 1.2.2] - Dec 9, 2021
8
+
9
+ ### Bug fixes
10
+
11
+ - Fix jump-to-record functionality in HTML profiles.
12
+
7
13
## [ 1.2.1] - Dec 8, 2021
8
14
9
15
### Bug fixes
Original file line number Diff line number Diff line change 1
1
name : differential-datalog
2
- version : 1.2.1
2
+ version : 1.2.2
3
3
github : " vmware/differential-datalog"
4
4
license : MIT
5
5
author : " Leonid Ryzhyk"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import Data.List
33
33
34
34
-- Keep this in sync with the binary release version on github
35
35
dDLOG_VERSION :: String
36
- dDLOG_VERSION = " v1.2.1 "
36
+ dDLOG_VERSION = " v1.2.2 "
37
37
38
38
gitInfoCwdTry :: Either String GitInfo
39
39
gitInfoCwdTry = $$ tGitInfoCwdTry
You can’t perform that action at this time.
0 commit comments