Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump askama_axum from 0.3.0 to 0.4.0 #39

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps askama_axum from 0.3.0 to 0.4.0.

Release notes

Sourced from askama_axum's releases.

0.4.0

Roughly six months after announcing the first public version of Askama, 0.4.0 feels like a large update.

There are some breaking changes compared to the 0.3.0 series:

  • &, < and > are replaced with HTML character entities by default (see #23)
  • Run-time errors are now returned via custom Error and Result types

Other noteworthy new features include:

  • Optional integrations for Rocket and Iron (see examples for Rocket and Iron)
  • Support for defining variables, user-defined filters, includes and macros
  • Inheriting templates no longer have to use _parent to refer to fields from the parent context
  • Template implementations now automatically implement Display
  • Better robustness and more explicit error handling through panics at compile time
  • Much faster compilation in some edge cases with nested binary operators

Special thanks to those who have contributed to this release, in particular @​anowell and @​defyrlt.

Please post your feedback or questions as an issue or join the chat!

0.3.4

  • Add support for chained attributes (fixes #22)
  • Fix edge cases in content literal parser (fixes #24)

0.3.2

  • No longer need to use std; or use askama; in template modules (#17)
  • Add lower, trim and upper filters (#16, #19)
  • Documentation improvements, including an explanation of inheritance pitfalls

0.3.1

  • Prevent errors due to type parameter defaults in generic types (#12)
  • Some documentation improvements
Commits
  • f58e26c Update dependency on error-chain to 0.11
  • 2bd1745 Add package metadata for new askama_shared crate
  • 27ba9ae Add badge for Gitter chat to README
  • 9c4f37c Decrease coupling with Rocket in generated code
  • 0129365 Add documentation on optional features
  • 6003615 Allow setting an extension with source attributes
  • ddcc045 Make path and source attributes mutually exclusive
  • 09514f0 Tighten up and expand documentation on variables
  • 697f461 Cover all template() attribute options
  • 832c23b Slightly extend introduction to creating templates
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [askama_axum](https://github.com/djc/askama) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/djc/askama/releases)
- [Commits](djc/askama@0.3.0...0.4.0)

---
updated-dependencies:
- dependency-name: askama_axum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2024

Looks like askama_axum is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 12, 2024
@dependabot dependabot bot deleted the dependabot/cargo/askama_axum-0.4.0 branch March 12, 2024 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants