Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Sep 21, 2023
1 parent a929674 commit 56a9882
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .rustme/config.ron
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Configuration(
),
"src-base": (
default: "https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/main",
release: "https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.1.0",
release: "https://github.com/khonsulabs/pulldown-cmark-frontmatter/blob/v0.2.0",
),
}
],
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ our only requirements for contributing:
- All contributors must uphold the standards of our [Code of
Conduct](./CODE_OF_CONDUCT.md).

The rest of this document are recommendations/guidelines to help consistency and
The rest of this document is recommendations/guidelines to help consistency and
communication within our projects.

## Creating Issues
Expand Down Expand Up @@ -45,7 +45,7 @@ working on it. This will help prevent duplicated efforts.

If you begin working on something but need some assistance, don't hesitate to
reach out inside of the issue, on [our
forums](https://community.khonsulabs.com/), or [our
forums](https://community.khonsulabs.com/), or in [our
Discord](https://discord.khonsulabs.com/). We will do our best to help you.

### Project-specific requirements
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pulldown-cmark-frontmatter"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A Frontmatter extractor for Markdown documents"
Expand All @@ -15,7 +15,7 @@ pulldown-cmark = { version = "0.9.2", default-features = false }

[dev-dependencies]
serde = { version = "1.0.152", features = ["derive"] }
toml = "0.7.2"
toml = "0.8.0"

[workspace]
members = ["xtask"]
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ assert_eq!(attrs.author, "https://fosstodon.org/@ecton");

## Open-source Licenses

This project, like all projects from [Khonsu Labs](https://khonsulabs.com/), are
open-source. This repository is available under the [MIT License](./LICENSE-MIT)
or the [Apache License 2.0](./LICENSE-APACHE).
This project, like all projects from [Khonsu Labs](https://khonsulabs.com/), is open-source.
This repository is available under the [MIT License](./LICENSE-MIT) or the
[Apache License 2.0](./LICENSE-APACHE).

To learn more about contributing, please see [CONTRIBUTING.md](./CONTRIBUTING.md).

0 comments on commit 56a9882

Please sign in to comment.