Skip to content

Commit 72e2ba4

Browse files
authored
Merge branch 'master' into feat-script-subtags
2 parents 8577280 + f85e43b commit 72e2ba4

19 files changed

Lines changed: 266 additions & 253 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,11 @@ jobs:
114114
- uses: actions/checkout@v4
115115
- name: Setup Rust
116116
uses: actions-rust-lang/setup-rust-toolchain@v1
117-
- name: Install mdbook
118-
uses: taiki-e/install-action@v2
119-
with:
120-
tool: mdbook,mdbook-admonish,mdbook-toc
117+
- name: Install mdbook and plugins
118+
run: |
119+
cargo install mdbook --version 0.4.52
120+
cargo install mdbook-admonish --version 1.20.0
121+
cargo install mdbook-toc --version 0.14.2
121122
- name: Build book
122123
working-directory: book
123124
run: |
@@ -516,10 +517,11 @@ jobs:
516517
uses: mondeja/get-current-crate-version@main
517518
with:
518519
working-directory: leptos-fluent
519-
- name: Install mdbook
520-
uses: taiki-e/install-action@v2
521-
with:
522-
tool: mdbook,mdbook-admonish,mdbook-toc
520+
- name: Install mdbook and plugins
521+
run: |
522+
cargo install mdbook --version 0.4.52
523+
cargo install mdbook-admonish --version 1.20.0
524+
cargo install mdbook-toc --version 0.14.2
523525
- name: Install cargo binstall
524526
uses: cargo-bins/cargo-binstall@main
525527
env:

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
script, flag and display name when using `sr-Latn`, `sr-Cyrl`, `zh-Hans`,
99
`zh-Hant`, and similar BCP 47 tags.
1010

11+
## 2025-12-12 - [0.2.21]
12+
13+
### Bug fixes
14+
15+
- Fix variable name when activating the `tracing` feature.
16+
- Fix new versions of Rust not compiling because of missing nightly
17+
`proc_macro::tracked_path`.
18+
1119
### Enhancements
1220

1321
- Detect failures creating, reading or deleting desktop data files and
@@ -922,6 +930,7 @@ version to `0.1` during installation.
922930

923931
- Added all ISO-639-1 and ISO-639-2 languages.
924932

933+
[0.2.21]: https://github.com/mondeja/leptos-fluent/compare/v0.2.20...v0.2.21
925934
[0.2.20]: https://github.com/mondeja/leptos-fluent/compare/v0.2.19...v0.2.20
926935
[0.2.19]: https://github.com/mondeja/leptos-fluent/compare/v0.2.18...v0.2.19
927936
[0.2.18]: https://github.com/mondeja/leptos-fluent/compare/v0.2.17...v0.2.18

0 commit comments

Comments
 (0)