Skip to content

Commit

Permalink
release: bump version to 3.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: ljedrz <ljedrz@users.noreply.github.com>
  • Loading branch information
ljedrz committed May 30, 2024
1 parent 971f18f commit 7a24943
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 3.3.0
=============

Changes
-------
- variable names can now contain digits (but they must start with a letter)
- added `Term::{has_free_variables, is_isomorphic_to}`

Thanks
-------
- @AgentElement for all the changes in this release

Version 3.2.2
=============

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_calculus"
version = "3.2.2"
version = "3.3.0"
description = "A simple, zero-dependency implementation of pure lambda calculus in Safe Rust"
repository = "https://github.com/ljedrz/lambda_calculus"
documentation = "https://docs.rs/lambda_calculus"
Expand Down

0 comments on commit 7a24943

Please sign in to comment.