Skip to content

Commit ea78863

Browse files
committed
chore: release 0.2.5
1 parent dda0351 commit ea78863

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook-embedify"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

example/book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ footer.enable = true
5959
footer.message = "Copyright © 2024 • Created with ❤️ by [MR-Addict](https://github.com/MR-Addict)"
6060

6161
announcement-banner.enable = true
62-
announcement-banner.id = "0.2.4"
62+
announcement-banner.id = "0.2.5"
6363
announcement-banner.theme = "default"
64-
announcement-banner.message = "*Version **0.2.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.4).*"
64+
announcement-banner.message = "*Version **0.2.5** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.5).*"
6565

6666
giscus.enable = true
6767
giscus.repo = "MR-Addict/mdbook-embedify"

example/src/global-embedding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ footer.enable = true
2727
footer.message = "Copyright © 2024 • Created with ❤️ by [MR-Addict](https://github.com/MR-Addict)"
2828

2929
announcement-banner.enable = true
30-
announcement-banner.id = "0.2.4"
30+
announcement-banner.id = "0.2.5"
3131
announcement-banner.theme = "default"
32-
announcement-banner.message = "*Version **0.2.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.4).*"
32+
announcement-banner.message = "*Version **0.2.5** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.5).*"
3333

3434
giscus.enable = true
3535
giscus.repo = "MR-Addict/mdbook-embedify"

example/src/local/announcement-banner.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Announcement banner allows you put important messages at the top of the page. It
1515
<!-- embed ignore begin -->
1616

1717
```text
18-
{% embed announcement-banner id="0.2.4" theme="default" message="*Version **0.2.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.4).*" %}
18+
{% embed announcement-banner id="0.2.5" theme="default" message="*Version **0.2.5** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.5).*" %}
1919
```
2020

2121
<!-- embed ignore end -->
@@ -27,9 +27,9 @@ However, you may want to enable it for the whole book. You can do this by adding
2727
```toml
2828
[preprocessor.embedify]
2929
announcement-banner.enable = true
30-
announcement-banner.id = "0.2.4"
30+
announcement-banner.id = "0.2.5"
3131
announcement-banner.theme = "default"
32-
announcement-banner.message = "*Version **0.2.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.4).*"
32+
announcement-banner.message = "*Version **0.2.5** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.5).*"
3333
```
3434

3535
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 commit comments

Comments
 (0)