fluent-template-macros 0.9.4

Templating for the Fluent localization framework
Documentation
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.9.3]https://github.com/XAMPPRocky/fluent-templates/compare/fluent-template-macros-v0.9.2...fluent-template-macros-v0.9.3 - 2024-04-17

### Other
- Move common dependencies up to workspace level ([#64]https://github.com/XAMPPRocky/fluent-templates/pull/64)

## [0.9.2]https://github.com/XAMPPRocky/fluent-templates/compare/fluent-template-macros-v0.9.1...fluent-template-macros-v0.9.2 - 2024-04-12

### Other
- Add follow_links to support builds with Bazel ([#62]https://github.com/XAMPPRocky/fluent-templates/pull/62)
- remove snafu ([#60]https://github.com/XAMPPRocky/fluent-templates/pull/60)

## [0.9.1]https://github.com/XAMPPRocky/fluent-templates/compare/fluent-template-macros-v0.9.0...fluent-template-macros-v0.9.1 - 2024-03-10

### Other
- Check that `fallback_language` exists between locales building static bundles ([#58]https://github.com/XAMPPRocky/fluent-templates/pull/58)

## [0.9.0]https://github.com/XAMPPRocky/fluent-templates/compare/fluent-template-macros-v0.8.0...fluent-template-macros-v0.9.0 - 2024-03-04

### Other
- Use resolve 2
- Use workspace.package
- Update to support handlebars v5 ([#55]https://github.com/XAMPPRocky/fluent-templates/pull/55)
- Sort the 'insert_resources' data to make static_loader! deterministic ([#56]https://github.com/XAMPPRocky/fluent-templates/pull/56)
- Bump syn to 2.0 ([#50]https://github.com/XAMPPRocky/fluent-templates/pull/50)
- Add ignore as optional feature ([#48]https://github.com/XAMPPRocky/fluent-templates/pull/48)