diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d17503..0f4d5f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project are 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). +## [0.1.2](https://github.com/plimeor/markdown-syntax/compare/v0.1.1...v0.1.2) - 2026-06-23 + +### Other + +- Honor raw source spans in parser + ## [0.1.1](https://github.com/plimeor/markdown-syntax/compare/v0.1.0...v0.1.1) - 2026-06-20 ### Other diff --git a/Cargo.toml b/Cargo.toml index 764acae..134bad6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "markdown-syntax" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.82" description = "no_std + alloc Markdown syntax parser and serializer"