Skip to content

Commit 65b2b27

Browse files
committed
chore(changelog): bump acdc-parser to 0.2.0
1 parent 022f31d commit 65b2b27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9797
- `Error` type is now public (was `pub(crate)`), enabling external code to handle
9898
terminal converter errors explicitly.
9999

100-
## [Unreleased acdc-parser]
100+
## [acdc-parser-v0.2.0] - 2026-01-24
101101

102102
### Added
103103

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acdc-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "acdc-parser"
33
description = "`AsciiDoc` parser using PEG grammars"
4-
version = "0.1.4"
4+
version = "0.2.0"
55
edition.workspace = true
66
rust-version = "1.85"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)