Skip to content

Commit

Permalink
Merge pull request #445 from kivikakk/release/v0.26.0
Browse files Browse the repository at this point in the history
[skip test] Release v0.26.0
  • Loading branch information
github-actions[bot] authored Jul 12, 2024
2 parents 6b268f9 + 0c62d39 commit 415f527
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`:

``` toml
[dependencies]
comrak = "0.25"
comrak = "0.26"
```

Comrak's library supports Rust <span class="msrv">1.62.1</span>+.
Expand Down
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [v0.26.0] - 12-07-2024

* Restore inline sourcepos as experimental. by @kivikakk in https://github.com/kivikakk/comrak/pull/444
* This is needed by some downstream users, so we re-introduce it, with
a clearly labelled option.

Diff: https://github.com/kivikakk/comrak/compare/v0.25.0...v0.26.0


# [v0.25.0] - 12-07-2024

* Discord-flavored Markdown by @liamwhite in https://github.com/kivikakk/comrak/pull/421
Expand Down

0 comments on commit 415f527

Please sign in to comment.