Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: release #57

Merged
merged 1 commit into from
Mar 4, 2024
Merged

chore: release #57

merged 1 commit into from
Mar 4, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 4, 2024

🤖 New release

  • fluent-templates: 0.8.0 -> 0.9.0 (⚠️ API breaking changes)
  • fluent-template-macros: 0.8.0 -> 0.9.0

⚠️ fluent-templates breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/auto_trait_impl_removed.ron

Failed in:
  type ArcLoaderBuilder is no longer Send, in /tmp/.tmpdLg6pX/fluent-templates/src/loader/arc_loader.rs:17
  type ArcLoaderBuilder is no longer Sync, in /tmp/.tmpdLg6pX/fluent-templates/src/loader/arc_loader.rs:17
  type ArcLoaderBuilder is no longer RefUnwindSafe, in /tmp/.tmpdLg6pX/fluent-templates/src/loader/arc_loader.rs:17
  type ArcLoaderBuilder is no longer UnwindSafe, in /tmp/.tmpdLg6pX/fluent-templates/src/loader/arc_loader.rs:17
Changelog

fluent-templates

0.9.0 - 2024-03-04

Fixed

  • fix typo
  • fixes #10 -- port info on templating language features from README to documentation (#11)
  • fix reade
  • fix missing link

Other

  • disable tera features
  • Use resolve 2
  • Use workspace.package
  • Update release-plz.yaml
  • Update to support handlebars v5 (#55)
  • Create release-plz.yaml
  • Sort the 'insert_resources' data to make static_loader! deterministic (#56)
  • Bump syn to 2.0 (#50)
  • Add ignore as optional feature (#48)
  • Reverts changes from PR #33 and adds them with a "try_" prefix. (#47)
  • Accept FnMut instead of fn pointer in ArcLoaderBuilder::customize (#40)
  • Release 0.8.0
  • Change the lookup function to be a better fallback chain (#35)
  • Remove flume default features (#36)
  • :lookup/lookup_complete/lookup_with_args return Option (#33)
  • Update rust.yml
  • Release 0.7.1
  • Release 0.7.0
  • Update proc macro deps
  • Update templating deps
  • Update deps and file layout
  • Release 0.6.1
  • Updated fluent dependency to 0.14 (#26)
  • Release 0.6.0
  • Added attribute lookup support and refactored lookups to share code
  • Borrowed argument keys support. (#25)
  • add js feature to getrandom
  • Update dependencies
  • cfg out tempfile for wasm dev-dependencies
  • Update README.md
  • Release 0.5.16
  • Point to readme in toml
  • Release 0.5.15
  • remove dead code
  • Release 0.5.14
  • re-export language ident and hide new method
  • Release 0.5.13
  • Add function that returns available locales (#17)
  • Fix compile error with flume 0.7.2 (#18)
  • Release 0.5.12
  • Fallback to default when requested language is missing, rather than panicking (#16)
  • Release 0.5.11
  • Default lang argument in Tera templates (#14)
  • Release 0.5.10
  • Return errors from ArcLoaderBuilder.build(). (#9)
  • Release 0.5.9
  • Change core resource to use include_str
  • Release 0.5.8
  • Use include_str instead of reading file
  • Update README.md (#7)
  • Release 0.5.7
  • minor nit
  • Release 0.5.6
  • Release 0.5.5
  • Update toml
  • Adding CARGO_MANIFEST_DIR to make paths consistent regardless of crate location within a workspace. (#6)
  • Add proper message when failing to read locales
  • Update README.md
  • Update rust.yml
  • Update rust.yml
  • Update rust.yml
  • Update rust.yml
  • Update rust.yml
  • Update rust.yml
  • Update rust.yml
  • Delete .travis.yml
  • Update README
  • Release 0.5.4
  • Add visibility support for static loader
  • Update README.md
  • Update README.md
  • Update README.md
  • Update README.md
  • Update README.md
  • Update README.md
  • Update README.md
  • Update rust.yml
  • Update rust.yml
  • Update rust.yml
  • Update rust.yml
  • Update rust.yml
  • Update CI
  • Release 0.5.3
  • Include macro by default
  • Release 0.5.2
  • Add docs.rs metadata
  • Update README.md
  • Update README.md
  • Update rust.yml
  • Release 0.5.1
  • Update rust.yml
  • fmt
  • Update toml
  • set version in toml
  • Release 0.5.0
  • Update README.md
  • polish API
  • Update documentation
  • Fixed missing field not being handled
  • fmt
  • Renamed FluentHelper to FluentLoader
  • Move static_loader to procedural macro
  • Move to cargo workspace
  • Move to using ignore for reading directories.
  • Bump version
  • Fixed multi word parametrs and changed args to take correct hashmap type.
  • bump version
  • Update dependencies
  • Bump version
  • Update top level documentation
  • Add tera support
  • Removed dbg statement
  • Document everything and split handlebars into its own feature
  • Format code
  • Rename crate
  • Remove unused imports
  • Remove old read_from_file
  • Switch to LoaderError as default error type
  • Update github actions CI config
  • Refactor fs into its own modules and add error type
  • Version bump
  • Update types and test code
  • Version bump
  • Update core to shared_resources and allow multiple files, and refactor out some unwraps
  • Bump version
  • Remove debug
  • Version bump
  • Switch from strs to paths
  • Version bump
  • Update description
  • Set version to 0.4.0
  • Update Handlebars
  • Rename crate
  • Add arc loader and refactor tests
  • Update rust.yml
  • Update rust.yml
  • Update rust.yml
  • Update README.md
  • Update README.md
  • Update rust.yml
  • Update README.md
  • Create rust.yml
  • Make package template engine agnostic and add Tera support
  • Update FluentBundle to use concurrent variant
  • Bump to 0.3.0
  • Merge pull request #4 from XAMPPRocky/upgrade-fluent
  • Upgrade Fluent
  • only load .ftl files as fluent files
  • Release 0.2.0
  • Mention constructor cost
  • Macro fixes
  • Add main docs
  • Add documentation for loader
  • Add customizer
  • Clarify that this helper is for the Rust implementation, link JS
  • Fill in tests
  • test skeleton
  • Add travis
  • Fixes
  • Move from identifier to string
  • Remove incontext support
  • text -> fluent
  • Turn loader into a macro
  • I18NHelper -> FluentHelper
  • Turn loader into trait
  • Split out loader
  • Import I18nHelper from www.rust-lang.org
  • Initial commit

fluent-template-macros

0.9.0 - 2024-03-04

Other

  • Use resolve 2
  • Use workspace.package
  • Update to support handlebars v5 (#55)
  • Sort the 'insert_resources' data to make static_loader! deterministic (#56)
  • Bump syn to 2.0 (#50)
  • Add ignore as optional feature (#48)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-03-04T07-20-27Z branch 2 times, most recently from f47cdb3 to 0400e13 Compare March 4, 2024 07:38
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2024-03-04T07-20-27Z branch from 0400e13 to 7281fbf Compare March 4, 2024 07:51
@XAMPPRocky XAMPPRocky merged commit 8e99c51 into master Mar 4, 2024
@XAMPPRocky XAMPPRocky deleted the release-plz-2024-03-04T07-20-27Z branch March 4, 2024 07:53
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handlebars example from the docs appears not to compile
1 participant