Skip to content

Commit 6641e77

Browse files
committed
release: bump version to 3.4.0
Signed-off-by: ljedrz <[email protected]>
1 parent 4a73ed8 commit 6641e77

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 3.4.0
2+
=============
3+
4+
Changes
5+
-------
6+
- the terms in the classic notation can now be parsed with a context of free variables
7+
- added `ParseError::UndefinedFreeVariable`, `parse_with_context`, `Context`, `Term::{max_free_index, with_context}`
8+
9+
Thanks
10+
-------
11+
- @hiratara for all the changes in this release
12+
113
Version 3.3.0
214
=============
315

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_calculus"
3-
version = "3.3.0"
3+
version = "3.4.0"
44
description = "A simple, zero-dependency implementation of pure lambda calculus in Safe Rust"
55
repository = "https://github.com/ljedrz/lambda_calculus"
66
documentation = "https://docs.rs/lambda_calculus"

0 commit comments

Comments
 (0)