From f4f8b84a3a95bea42c118d14697076c2de52c8bb Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sat, 5 Aug 2023 15:56:58 +0800 Subject: bump version: 0.1.3 * Cargo.toml * chain/Cargo.toml * grammar/Cargo.toml: Bump version. * ChangeLog: Add a short description of the bug fix introduced in this version. --- Cargo.toml | 2 +- ChangeLog | 8 ++++++++ chain/Cargo.toml | 2 +- grammar/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8e2ffb5..399eafb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rep" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["JSDurand "] description = "Rust, Emacs, and Parsers" diff --git a/ChangeLog b/ChangeLog index 325dbd6..1d698ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2023-08-05 Jean Sévère Durand + + * chain: Fixed another bug. This bug is mainly caused by an + incorrect treatment of "virtual nodes". After this bug is fixed, + I can successfully parse a sequence of 28 tokens and non-trivial + structure. This is by far the most successful version, so I think + it deserves a version bump. + 2023-07-21 Jean Sévère Durand * chain: I finally have a version without trivial bugs. This diff --git a/chain/Cargo.toml b/chain/Cargo.toml index d356d65..e5499ee 100644 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chain" -version = "0.1.2" +version = "0.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/grammar/Cargo.toml b/grammar/Cargo.toml index 535b3f5..1c3923f 100644 --- a/grammar/Cargo.toml +++ b/grammar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grammar" -version = "0.1.2" +version = "0.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3-18-g5258