Skip to content

Commit 0f8f47b

Browse files
committed
Bump version to 1.2.0.
1 parent 4e2c7a6 commit 0f8f47b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.0] - Dec 8, 2021
8+
9+
### Bug fixes
10+
11+
- Fix broken command recording in the `DDlogDynamic` API.
12+
13+
### SQL-to-DDlog compiler
14+
15+
- More efficient joins
16+
- Bug fixes
17+
18+
### Self-profiler
19+
20+
- Add anchors to the profile, so one can create hyperlinks to individual profile
21+
entries.
22+
723
## [1.1.0] - Nov 12, 2021
824

925
### Rust API changes

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: differential-datalog
2-
version: 1.1.0
2+
version: 1.2.0
33
github: "vmware/differential-datalog"
44
license: MIT
55
author: "Leonid Ryzhyk"

src/Language/DifferentialDatalog/Version.hs

Lines changed: 1 addition & 1 deletion
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.1.0"
36+
dDLOG_VERSION = "v1.2.0"
3737

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

0 commit comments

Comments
 (0)