Skip to content

Commit 7a24943

Browse files
committed
release: bump version to 3.3.0
Signed-off-by: ljedrz <ljedrz@users.noreply.github.com>
1 parent 971f18f commit 7a24943

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.3.0
2+
=============
3+
4+
Changes
5+
-------
6+
- variable names can now contain digits (but they must start with a letter)
7+
- added `Term::{has_free_variables, is_isomorphic_to}`
8+
9+
Thanks
10+
-------
11+
- @AgentElement for all the changes in this release
12+
113
Version 3.2.2
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.2.2"
3+
version = "3.3.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)