Skip to content

Commit 29d4b82

Browse files
committed
Bump version to 0.37.0.
1 parent 40edb39 commit 29d4b82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

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

6-
## [Unreleased]
6+
## [0.37.0] - Feb 15, 2021
77

88
### Language improvements
99

@@ -53,7 +53,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5353
Specifically, when iterating over a group in a for-loop or flattening it
5454
with `FlatMap`, each value in the iterator is a `(v, w)` tuple, where `w`
5555
is the weight of element `v`.
56-
56+
5757
We keep the semantics of all existing library aggregates unchanged,
5858
i.e., they ignore weights during iteration. This means that most existing
5959
user code is not affected (custom aggregates are not that common).

src/Language/DifferentialDatalog/Version.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import GitHash
3232

3333
-- Keep this in sync with the binary release version on github
3434
dDLOG_VERSION :: String
35-
dDLOG_VERSION = "v0.36.0"
35+
dDLOG_VERSION = "v0.37.0"
3636

3737
gitHash :: String
3838
gitHash = giHash $$tGitInfoCwd

0 commit comments

Comments
 (0)