Skip to content

Commit 875a937

Browse files
committed
Bump version to 1.2.2.
1 parent 26be9bf commit 875a937

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [1.2.2] - Dec 9, 2021
8+
9+
### Bug fixes
10+
11+
- Fix jump-to-record functionality in HTML profiles.
12+
713
## [1.2.1] - Dec 8, 2021
814

915
### Bug fixes

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: differential-datalog
2-
version: 1.2.1
2+
version: 1.2.2
33
github: "vmware/differential-datalog"
44
license: MIT
55
author: "Leonid Ryzhyk"

src/Language/DifferentialDatalog/Version.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import Data.List
3333

3434
-- Keep this in sync with the binary release version on github
3535
dDLOG_VERSION :: String
36-
dDLOG_VERSION = "v1.2.1"
36+
dDLOG_VERSION = "v1.2.2"
3737

3838
gitInfoCwdTry :: Either String GitInfo
3939
gitInfoCwdTry = $$tGitInfoCwdTry

0 commit comments

Comments
 (0)