Skip to content

Commit a26a9d8

Browse files
committed
Bumped to version 0.3.0.
1 parent 4641cf6 commit a26a9d8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [Unreleased]
4+
## [0.3.0] - 2020-02-03
55
### Added
66
- Support for `fold` terms.
77
- Options to restrict which results are printed after evaluation.
88
- Nested, variable-capturing functions (i.e., `let fun` expressions).
99
- Added generic serialization function `to_string`.
10+
- Preliminary (and undocumented) option to compile Formulog program to C++
11+
instead of interpreting it.
1012

1113
### Changed
1214
- Do not require parentheses around tuple types.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>edu.harvard.seas.pl</groupId>
66
<artifactId>formulog</artifactId>
7-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.3.0-SNAPSHOT</version>
88
<name>formulog</name>
99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)