Skip to content

Commit b2b8812

Browse files
digitalmokshagithub-actions[bot]
authored andcommitted
[skip test] update changelog
1 parent 1573710 commit b2b8812

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Specify it as a requirement in `Cargo.toml`:
2121

2222
``` toml
2323
[dependencies]
24-
comrak = "0.23"
24+
comrak = "0.24"
2525
```
2626

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

5959
-i, --inplace
6060
To perform an in-place formatting
@@ -103,7 +103,8 @@ Options:
103103
Multiple extensions can be delimited with ",", e.g. --extension strikethrough,table
104104
105105
[possible values: strikethrough, tagfilter, table, autolink, tasklist, superscript,
106-
footnotes, description-lists, multiline-block-quotes, math-dollars, math-code]
106+
footnotes, description-lists, multiline-block-quotes, math-dollars, math-code,
107+
wikilinks-title-after-pipe, wikilinks-title-before-pipe]
107108

108109
-t, --to <FORMAT>
109110
Specify output format

Diff for: changelog.txt

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [v0.24.0] - 18-05-2024
2+
## What's Changed
3+
* Miscellany. by @kivikakk in https://github.com/kivikakk/comrak/pull/387
4+
* Add automation to release new crates by @gjtorikian in https://github.com/kivikakk/comrak/pull/374
5+
* build(deps): bump emojis from 0.5.2 to 0.6.2 by @dependabot in https://github.com/kivikakk/comrak/pull/393
6+
* build(deps): bump arbitrary from 1.3.0 to 1.3.2 by @dependabot in https://github.com/kivikakk/comrak/pull/394
7+
* build(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/kivikakk/comrak/pull/389
8+
* build(deps): bump once_cell from 1.17.0 to 1.19.0 by @dependabot in https://github.com/kivikakk/comrak/pull/390
9+
* build(deps): bump xdg from 2.4.1 to 2.5.2 by @dependabot in https://github.com/kivikakk/comrak/pull/391
10+
* build(deps): bump derive_builder from 0.12.0 to 0.20.0 by @dependabot in https://github.com/kivikakk/comrak/pull/392
11+
* build(deps): bump memchr from 2.5.0 to 2.7.2 by @dependabot in https://github.com/kivikakk/comrak/pull/396
12+
* build(deps): bump ntest from 0.9.0 to 0.9.2 by @dependabot in https://github.com/kivikakk/comrak/pull/397
13+
* build(deps): bump typed-arena from 2.0.1 to 2.0.2 by @dependabot in https://github.com/kivikakk/comrak/pull/398
14+
* Update automerge.yml by @gjtorikian in https://github.com/kivikakk/comrak/pull/401
15+
* build(deps): bump clap from 4.0.32 to 4.5.4 by @dependabot in https://github.com/kivikakk/comrak/pull/400
16+
* build(deps): bump regex from 1.7.0 to 1.10.4 by @dependabot in https://github.com/kivikakk/comrak/pull/402
17+
* Fix release workflows by @gjtorikian in https://github.com/kivikakk/comrak/pull/395
18+
* workflows: check MSRV in CI. by @kivikakk in https://github.com/kivikakk/comrak/pull/406
19+
* Add support for wikilinks format by @digitalmoksha in https://github.com/kivikakk/comrak/pull/407
20+
* Autolink should ignore wikilinks by @digitalmoksha in https://github.com/kivikakk/comrak/pull/413
21+
* Bump version to 0.24.0 by @digitalmoksha in https://github.com/kivikakk/comrak/pull/415
22+
23+
24+
**Full Changelog**: https://github.com/kivikakk/comrak/compare/0.23.0...v0.24.0
125
# [0.23.0]
226

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

0 commit comments

Comments
 (0)