From 0a613d86d65d25320a4244e477957180ff8527c9 Mon Sep 17 00:00:00 2001 From: ljedrz Date: Wed, 20 Sep 2023 15:12:59 +0200 Subject: [PATCH] release: bump version to 3.2.2 Signed-off-by: ljedrz --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 281769e..ddcaa06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ============= diff --git a/Cargo.toml b/Cargo.toml index 6d71247..546ed16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"