Skip to content

Commit

Permalink
chore: release v0.1.1 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten authored Oct 26, 2024
1 parent 06bd78e commit 35fe950
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_

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.0"
version = "0.1.1"
description = "Parser for AsciiDoc format"
authors = ["Eric Scouten <git@scouten.me>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 35fe950

Please # to comment.