Skip to content

Commit

Permalink
Bumped to version 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbembenek committed Feb 3, 2020
1 parent 4641cf6 commit a26a9d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

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

### Changed
- Do not require parentheses around tuple types.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.harvard.seas.pl</groupId>
<artifactId>formulog</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
<name>formulog</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit a26a9d8

Please sign in to comment.