Skip to content

Commit

Permalink
chore: release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MR-Addict committed Feb 15, 2024
1 parent e43c3fc commit fb96072
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook-embedify"
version = "0.2.6"
version = "0.2.7"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions example/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions example/src/global-embedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions example/src/local/announcement-banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Announcement banner allows you put important messages at the top of the page. It
<!-- embed ignore begin -->

```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).*" %}
```

<!-- embed ignore end -->
Expand All @@ -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.

0 comments on commit fb96072

Please sign in to comment.