Skip to content

Commit

Permalink
[auto-docs][skip test]: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 1, 2024
1 parent ca4a1cc commit 13c447a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Specify it as a requirement in `Cargo.toml`:

``` toml
[dependencies]
comrak = "0.23"
comrak = "0.23.1-pre"
```

Comrak's library supports Rust <span class="msrv">1.62.1</span>+.
Expand Down Expand Up @@ -54,7 +54,7 @@ Options:
-c, --config-file <PATH>
Path to config file containing command-line arguments, or 'none'
[default: /Users/kivikakk/.config/comrak/config]
[default: /home/runner/.config/comrak/config]

-i, --inplace
To perform an in-place formatting
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [v0.23.1-pre.3] - 01-05-2024
## What's Changed
* build(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/kivikakk/comrak/pull/389


**Full Changelog**: https://github.com/kivikakk/comrak/compare/v0.23.1-pre.2...v0.23.1-pre.3
### 0.23.0

* add traverse() demo example by @kaesluder in https://github.com/kivikakk/comrak/pull/370
Expand Down

0 comments on commit 13c447a

Please sign in to comment.