From fb96072e6e5a6d0075f52a1b04d2b81415e1d9c2 Mon Sep 17 00:00:00 2001 From: Cael Date: Fri, 16 Feb 2024 00:12:49 +0800 Subject: [PATCH] chore: release 0.2.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- example/book.toml | 4 ++-- example/src/global-embedding.md | 4 ++-- example/src/local/announcement-banner.md | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 729b6c1..0d17dad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -888,7 +888,7 @@ dependencies = [ [[package]] name = "mdbook-embedify" -version = "0.2.6" +version = "0.2.7" dependencies = [ "clap", "mdbook", diff --git a/Cargo.toml b/Cargo.toml index 4e7bb0f..5944729 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-embedify" -version = "0.2.6" +version = "0.2.7" edition = "2021" license = "MIT" readme = "README.md" diff --git a/example/book.toml b/example/book.toml index 8ad91d8..7d33c50 100644 --- a/example/book.toml +++ b/example/book.toml @@ -50,9 +50,9 @@ footer.enable = true footer.message = "Copyright © 2024 • Created with ❤️ by [MR-Addict](https://github.com/MR-Addict)" announcement-banner.enable = true -announcement-banner.id = "0.2.6" +announcement-banner.id = "0.2.7" announcement-banner.theme = "default" -announcement-banner.message = "*Version **0.2.6** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.6).*" +announcement-banner.message = "*Version **0.2.7** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.7).*" giscus.enable = true giscus.repo = "MR-Addict/mdbook-embedify" diff --git a/example/src/global-embedding.md b/example/src/global-embedding.md index 7cb2a4a..09c6e2c 100644 --- a/example/src/global-embedding.md +++ b/example/src/global-embedding.md @@ -27,9 +27,9 @@ footer.enable = true footer.message = "Copyright © 2024 • Created with ❤️ by [MR-Addict](https://github.com/MR-Addict)" announcement-banner.enable = true -announcement-banner.id = "0.2.6" +announcement-banner.id = "0.2.7" announcement-banner.theme = "default" -announcement-banner.message = "*Version **0.2.6** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.6).*" +announcement-banner.message = "*Version **0.2.7** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.7).*" giscus.enable = true giscus.repo = "MR-Addict/mdbook-embedify" diff --git a/example/src/local/announcement-banner.md b/example/src/local/announcement-banner.md index 5f61539..76649cf 100644 --- a/example/src/local/announcement-banner.md +++ b/example/src/local/announcement-banner.md @@ -15,7 +15,7 @@ Announcement banner allows you put important messages at the top of the page. It ```text -{% embed announcement-banner id="0.2.6" theme="default" message="*Version **0.2.6** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.6).*" %} +{% embed announcement-banner id="0.2.7" theme="default" message="*Version **0.2.7** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.7).*" %} ``` @@ -26,9 +26,9 @@ However, you may want to enable it for the whole book. You can do this by adding ```toml announcement-banner.enable = true -announcement-banner.id = "0.2.6" +announcement-banner.id = "0.2.7" announcement-banner.theme = "default" -announcement-banner.message = "*Version **0.2.6** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.6).*" +announcement-banner.message = "*Version **0.2.7** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.7).*" ``` Note that announcement banner id must be **unique**, otherwise it won't be shown if there is another announcement banner with the same id when user closed it.