Skip to content

Commit f5e7af1

Browse files
committed
Bump version to 1.1.0.
1 parent 6ad6d96 commit f5e7af1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ 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-
## [Unreleased]
7+
## [1.1.0] - Nov 12, 2021
8+
9+
### Rust API changes
810

911
- Feature-gate `AnyDeserialize` impl. The DDlog compiler generates an
1012
implementation of the `AnyDeserialize` trait, which allows clients to

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.0.0
2+
version: 1.1.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.0.0"
36+
dDLOG_VERSION = "v1.1.0"
3737

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

0 commit comments

Comments
 (0)