Skip to content

Commit bb51b2e

Browse files
committed
chore: pre release 0.2.12-rc.4
1 parent 2424f4d commit bb51b2e

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
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.12-rc.3"
3+
version = "0.2.12-rc.4"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Cael
3+
Copyright (c) 2025 Cael
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/book.toml

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

5252
announcement-banner.enable = true
53-
announcement-banner.id = "0.2.12-rc.3"
54-
announcement-banner.message = "*Version **0.2.12-rc.3** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12-rc.3).*"
53+
announcement-banner.id = "0.2.12-rc.4"
54+
announcement-banner.message = "*Version **0.2.12-rc.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12-rc.4).*"
5555

5656
giscus.enable = true
5757
giscus.repo = "MR-Addict/mdbook-embedify"

docs/src/global-embedding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Below is a full list of apps that support global configuration:
2424
scroll-to-top.enable = true
2525

2626
footer.enable = true
27-
footer.message = "Copyright © 2024 • Created with ❤️ by [MR-Addict](https://github.com/MR-Addict)"
27+
footer.message = "Copyright © 2025 • Created with ❤️ by [MR-Addict](https://github.com/MR-Addict)"
2828

2929
announcement-banner.enable = true
30-
announcement-banner.id = "0.2.12-rc.3"
31-
announcement-banner.message = "*Version **0.2.12-rc.3** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12-rc.3).*"
30+
announcement-banner.id = "0.2.12-rc.4"
31+
announcement-banner.message = "*Version **0.2.12-rc.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12-rc.4).*"
3232

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

docs/src/local/announcement-banner.md

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

1616
```text
17-
{% embed announcement-banner id="0.2.12-rc.3" message="*Version **0.2.12-rc.3** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12-rc.3).*" %}
17+
{% embed announcement-banner id="0.2.12-rc.4" message="*Version **0.2.12-rc.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12-rc.4).*" %}
1818
```
1919

2020
<!-- embed ignore end -->
@@ -25,8 +25,8 @@ However, you may want to enable it for the whole book. You can do this by adding
2525

2626
```toml
2727
announcement-banner.enable = true
28-
announcement-banner.id = "0.2.12-rc.3"
29-
announcement-banner.message = "*Version **0.2.12-rc.3** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12-rc.3).*"
28+
announcement-banner.id = "0.2.12-rc.4"
29+
announcement-banner.message = "*Version **0.2.12-rc.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12-rc.4).*"
3030
```
3131

3232
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.

docs/src/local/footer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The footer app is useful for displaying copyright information, privacy policy, a
1313
<!-- embed ignore begin -->
1414

1515
```text
16-
{% embed footer message="Copyright © 2024 • Created with ❤️ by [MR-Addict](https://github.com/MR-Addict)" %}
16+
{% embed footer message="Copyright © 2025 • Created with ❤️ by [MR-Addict](https://github.com/MR-Addict)" %}
1717
```
1818

1919
<!-- embed ignore end -->
@@ -24,5 +24,5 @@ However, you may want to enable it for the whole book. You can do this by adding
2424

2525
```toml
2626
footer.enable = true
27-
footer.message = "Copyright © 2024 • Created with ❤️ by [MR-Addict](https://github.com/MR-Addict)"
27+
footer.message = "Copyright © 2025 • Created with ❤️ by [MR-Addict](https://github.com/MR-Addict)"
2828
```

0 commit comments

Comments
 (0)