Skip to content

Commit

Permalink
Bump version to 0.49.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzhyk committed Oct 4, 2021
1 parent 369c7bb commit ca2706d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

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

## Unreleased
## [0.49.0] - Oct 4, 2021

### New features

Expand All @@ -13,6 +13,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
weights attached to data values. This may be preferable to generating
incorrect results.

- Add queryIndex Java API (#1093)

### Bug fixes

- Closures that depend on generic types generate invalid Rust (#1072).
Expand All @@ -21,7 +23,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Upgrade to FlatBuffers v2.0.0. The previous version of FlatBuffers used in
DDlog is not compatible with recent OS X releases.


### SQL-to-DDlog compiler

- Add support for identity views for input tables in DDlogJooqProvider (#1094)
- Translate vector-type fields properly in DDlogJooqProvider (#1089)
- Expose DDlogJooqProvider DSLContext (#1086)
- Windows and Joins work when columns have alias (#1087)

## [0.48.2] - Sep 13, 2021

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: differential-datalog
version: 0.48.2
version: 0.49.0
github: "vmware/differential-datalog"
license: MIT
author: "Leonid Ryzhyk"
Expand Down
2 changes: 1 addition & 1 deletion src/Language/DifferentialDatalog/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import Data.List

-- Keep this in sync with the binary release version on github
dDLOG_VERSION :: String
dDLOG_VERSION = "v0.48.2"
dDLOG_VERSION = "v0.49.0"

gitInfoCwdTry :: Either String GitInfo
gitInfoCwdTry = $$tGitInfoCwdTry
Expand Down

0 comments on commit ca2706d

Please sign in to comment.