From 4fea0cc0cfe331802e140b34b6404d68bc42a9af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 13:37:14 +0000 Subject: [PATCH] chore: release v0.1.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4cc1c1..0d17503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.1](https://github.com/plimeor/markdown-syntax/compare/v0.1.0...v0.1.1) - 2026-06-20 + +### Other + +- Rewrite README for usage-first readability +- Add README badges and release-plz automation + ## [0.1.0] - 2026-06-20 Initial release. diff --git a/Cargo.toml b/Cargo.toml index 06bc488..764acae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "markdown-syntax" -version = "0.1.0" +version = "0.1.1" edition = "2021" rust-version = "1.82" description = "no_std + alloc Markdown syntax parser and serializer"