diff --git a/.rustme/config.ron b/.rustme/config.ron
index 54e10e7..ca26d4d 100644
--- a/.rustme/config.ron
+++ b/.rustme/config.ron
@@ -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",
             ),
         }
     ],
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b199c2d..56b08ab 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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
@@ -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
diff --git a/Cargo.toml b/Cargo.toml
index d2f45d0..d24ce46 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
@@ -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"]
diff --git a/README.md b/README.md
index 2901cf2..0e9aa03 100644
--- a/README.md
+++ b/README.md
@@ -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).