Skip to content

Commit

Permalink
release: bump version to 3.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: ljedrz <ljedrz@gmail.com>
  • Loading branch information
ljedrz committed Sep 20, 2023
1 parent 14fad22 commit 0a613d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 3.2.2
=============

Changes
-------
- fixed the names of free variables when printing in classic notation

Thanks
-------
- @hiratara for implementing the fix

Version 3.2.1
=============

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.1"
version = "3.2.2"
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 0a613d8

Please sign in to comment.