Skip to content

Commit

Permalink
chore: release v0.2.0 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten authored Nov 30, 2024
1 parent f5f45de commit d127f22
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ 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.2.0](https://github.com/scouten/asciidoc-parser/compare/v0.1.1...v0.2.0)
_30 November 2024_

### Added

* Parse attribute lists for blocks ([#164](https://github.com/scouten/asciidoc-parser/pull/164))
* Add support for block titles using `.(title)` syntax ([#158](https://github.com/scouten/asciidoc-parser/pull/158))
* SDD: Delimited blocks ([#157](https://github.com/scouten/asciidoc-parser/pull/157))
* Add support for compound delimited blocks ([#150](https://github.com/scouten/asciidoc-parser/pull/150))

### Fixed

* Add coverage for a missing case of `TInline::Span`
* Resolve new Clippy warnings for Rust 1.83 ([#161](https://github.com/scouten/asciidoc-parser/pull/161))
* Do not treat triple-hyphen as a delimiter for open block ([#156](https://github.com/scouten/asciidoc-parser/pull/156))
* `Span.trim_remainder` gave incorrect result if `after` was incomplete subset of `self` ([#147](https://github.com/scouten/asciidoc-parser/pull/147))

### Updated dependencies

* Update thiserror requirement from 1.0.63 to 2.0.1 ([#152](https://github.com/scouten/asciidoc-parser/pull/152))

## [0.1.1](https://github.com/scouten/asciidoc-parser/compare/v0.1.0...v0.1.1)
_26 October 2024_

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asciidoc-parser"
version = "0.1.1"
version = "0.2.0"
description = "Parser for AsciiDoc format"
authors = ["Eric Scouten <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit d127f22

Please sign in to comment.