From 35fe9509d2b3acd60a124fdfb9348b3f963bc357 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Sat, 26 Oct 2024 15:32:20 -0700 Subject: [PATCH] chore: release v0.1.1 (#143) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc98de..3855190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm The format of this changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.1.1](https://github.com/scouten/asciidoc-parser/compare/v0.1.0...v0.1.1) +_26 October 2024_ + +### Fixed + +* Copy/paste error in crate description + ## [0.1.0](https://github.com/scouten/asciidoc-parser/releases/tag/v0.1.0) _26 October 2024_ diff --git a/Cargo.toml b/Cargo.toml index 7744327..4152fbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asciidoc-parser" -version = "0.1.0" +version = "0.1.1" description = "Parser for AsciiDoc format" authors = ["Eric Scouten "] license = "MIT OR Apache-2.0"