diff --git a/CHANGELOG.md b/CHANGELOG.md index 1316703..e2204f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.1.7] - 2025-12-30 ### Changed diff --git a/README.md b/README.md index e07b8c8..554779a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A PEG (Parsing Expression Grammar) parser library for Java, inspired by [cpp-peg org.pragmatica-lite peglib - 0.1.6 + 0.1.7 ``` diff --git a/pom.xml b/pom.xml index d3d37b2..d8978f5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.pragmatica-lite peglib - 0.1.6 + 0.1.7 jar Peglib