Skip to content

Commit

Permalink
Bump version to 0.47.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Leonid Ryzhyk <[email protected]>
  • Loading branch information
ryzhyk committed Aug 19, 2021
1 parent 77dcb77 commit bf8b864
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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/).

## [0.47.0] - Aug 19, 2021

### OVSDB-to-DDlog compiler update

- Added `--intern-strings` option that causes all strings in generated OVSDB tables
to be emitted as 'istring'. This reduces memory use and can aid performance in programs
that use strings heavily. See PR #1056.

## [0.46.0] - Aug 18, 2021

### Optimizations
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.46.0
version: 0.47.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.46.0"
dDLOG_VERSION = "v0.47.0"

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

0 comments on commit bf8b864

Please sign in to comment.