diff --git a/Changelog.md b/Changelog.md index f59cf11..ae22330 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ + +1.3.0 - 2024-08-22 +================== + +- Added CI (thanks Leorize) +- Performance optimization +- Some small rafactorings + 1.2.1 - 2023-03-04 ================== diff --git a/npeg.nimble b/npeg.nimble index d01c862..b67275e 100644 --- a/npeg.nimble +++ b/npeg.nimble @@ -1,6 +1,6 @@ # Package -version = "1.2.1" +version = "1.3.0" author = "Ico Doornekamp" description = "a PEG library" license = "MIT"