From e51c9f680b140ab6f5279baa626f0a7831729f42 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Fri, 30 Dec 2022 16:42:36 +0000 Subject: bump(v0.4.0): The Alchemist This version includes: - easier definition of entry points (with a `entry` class to ultimately force it); - a way to limit the generated entry points by providing a required prefix to their path; - a way to list valid entry points without tangling any code; - minor QOL fixes on error messages; - updated documentation along with instructions on how to compile the project with Docker; --- Cargo.toml | 2 +- README.md | 2 +- README.pdf | Bin 290388 -> 290388 bytes 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 644ee68..1e0bc53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pangler" -version = "0.3.0" +version = "0.4.0" edition = "2021" [dependencies] diff --git a/README.md b/README.md index 88d4725..73fc024 100644 --- a/README.md +++ b/README.md @@ -689,7 +689,7 @@ fn write_to_file( ```{#Cargo.toml .toml} [package] name = "pangler" -version = "0.3.0" +version = "0.4.0" edition = "2021" [dependencies] diff --git a/README.pdf b/README.pdf index 2cd624f..2d3bf86 100644 Binary files a/README.pdf and b/README.pdf differ -- cgit v1.2.3