Skip to content

Commit

Permalink
Releasing v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Sep 21, 2023
1 parent 56a9882 commit cfa77c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![crate version](https://img.shields.io/crates/v/pulldown-cmark-frontmatter.svg)](https://crates.io/crates/pulldown-cmark-frontmatter)
[![Live Build Status](https://img.shields.io/github/actions/workflow/status/khonsulabs/pulldown-cmark-frontmatter/rust.yml?branch=main)](https://github.com/khonsulabs/pulldown-cmark-frontmatter/actions?query=workflow:Tests)
[![HTML Coverage Report for `main` branch](https://khonsulabs.github.io/pulldown-cmark-frontmatter/coverage/badge.svg)](https://khonsulabs.github.io/pulldown-cmark-frontmatter/coverage/)
[![Documentation](https://img.shields.io/badge/docs-main-informational)](https://khonsulabs.github.io/pulldown-cmark-frontmatter/main/pulldown_cmark_frontmatter)
[![Documentation](https://img.shields.io/badge/docs-main-informational)](https://docs.rs/pulldown-cmark-frontmatter)

*This crate was written by someone unaffiliated with the `pulldown-cmark`
crate.*
Expand Down Expand Up @@ -93,10 +93,10 @@ assert_eq!(attrs.author, "https://fosstodon.org/@ecton");
```

[pulldown-cmark]: https://github.com/raphlinus/pulldown-cmark
[html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/main/examples/html.rs
[frontmatter-html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/main/frontmatter-example.html
[frontmatter-md]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/main/frontmatter-example.md
[extractor]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/main/examples/extractor.rs
[html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.2.0/examples/html.rs
[frontmatter-html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.2.0/frontmatter-example.html
[frontmatter-md]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.2.0/frontmatter-example.md
[extractor]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.2.0/examples/extractor.rs

## Open-source Licenses

Expand Down
10 changes: 5 additions & 5 deletions src/.crate-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![crate version](https://img.shields.io/crates/v/pulldown-cmark-frontmatter.svg)](https://crates.io/crates/pulldown-cmark-frontmatter)
[![Live Build Status](https://img.shields.io/github/actions/workflow/status/khonsulabs/pulldown-cmark-frontmatter/rust.yml?branch=main)](https://github.com/khonsulabs/pulldown-cmark-frontmatter/actions?query=workflow:Tests)
[![HTML Coverage Report for `main` branch](https://khonsulabs.github.io/pulldown-cmark-frontmatter/coverage/badge.svg)](https://khonsulabs.github.io/pulldown-cmark-frontmatter/coverage/)
[![Documentation](https://img.shields.io/badge/docs-main-informational)](https://khonsulabs.github.io/pulldown-cmark-frontmatter/main/pulldown_cmark_frontmatter)
[![Documentation](https://img.shields.io/badge/docs-main-informational)](https://docs.rs/pulldown-cmark-frontmatter)

*This crate was written by someone unaffiliated with the `pulldown-cmark`
crate.*
Expand Down Expand Up @@ -91,7 +91,7 @@ assert_eq!(attrs.author, "https://fosstodon.org/@ecton");
```

[pulldown-cmark]: https://github.com/raphlinus/pulldown-cmark
[html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/main/examples/html.rs
[frontmatter-html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/main/frontmatter-example.html
[frontmatter-md]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/main/frontmatter-example.md
[extractor]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/main/examples/extractor.rs
[html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.2.0/examples/html.rs
[frontmatter-html]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.2.0/frontmatter-example.html
[frontmatter-md]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.2.0/frontmatter-example.md
[extractor]: https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.2.0/examples/extractor.rs

0 comments on commit cfa77c2

Please sign in to comment.