Skip to content

Commit

Permalink
Merge pull request #456 from kivikakk/release/v0.27.0
Browse files Browse the repository at this point in the history
[skip test] Release v0.27.0
  • Loading branch information
github-actions[bot] authored Aug 19, 2024
2 parents 42237a1 + 34fa5c4 commit 7ff5110
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 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.26"
comrak = "0.27"
```

Comrak's library supports Rust <span class="msrv">1.62.1</span>+.
Expand Down Expand Up @@ -149,6 +149,9 @@ Options:
--sourcepos
Include source position attribute in HTML and XML output
--experimental-inline-sourcepos
Include inline sourcepos in HTML output, which is known to have issues
--ignore-setext
Ignore setext headers
Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [v0.27.0] - 19-08-2024

* Track line offsets for better accuracy of inline sourcepos by @digitalmoksha in https://github.com/kivikakk/comrak/pull/453
* Add experimental-inline-sourcepos to cli options by @digitalmoksha in https://github.com/kivikakk/comrak/pull/455

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


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

* Restore inline sourcepos as experimental. by @kivikakk in https://github.com/kivikakk/comrak/pull/444
Expand Down

0 comments on commit 7ff5110

Please sign in to comment.