Skip to content

Commit

Permalink
Bump version to 0.41.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzhyk committed Jun 17, 2021
1 parent b509798 commit cadc3f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.41.0] - Jun 17, 2021

- Addressed some warnings from rustc 1.52+.
- New release process: we now use GitHub actions instead of Travis to create
binary DDlog releases. This should not have any effect on users.


## [0.40.3] - Jun 12, 2021

### Optimization
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.40.3
version: 0.41.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.40.3"
dDLOG_VERSION = "v0.41.0"

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

0 comments on commit cadc3f1

Please sign in to comment.