Skip to content

Commit

Permalink
This is 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Oct 28, 2023
1 parent ca8cfb8 commit 9bcccfe
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "upon"
version = "0.7.1"
version = "0.8.0"
authors = ["Ross MacArthur <ross@macarthur.io>"]
edition = "2021"
rust-version = "1.60"
Expand Down
15 changes: 15 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Releases

## 0.8.0

*October 28th, 2023*

### Features

- [Add `with_template_fn` to `Renderer`][39a55429] This allows you to configure
the way that included templates are resolved.

- [Allow setting `max_include_depth` at renderer level][53671a10] This allows
you to configure the maximum include depth on a per-renderer basis.

[53671a10]: https://github.com/rossmacarthur/upon/commit/53671a10811a622c093fb5349a62246e9a900d29
[39a55429]: https://github.com/rossmacarthur/upon/commit/39a5542981ef6492b23a198823c235dcb4968e4e

## 0.7.1

*July 23rd, 2023*
Expand Down

0 comments on commit 9bcccfe

Please sign in to comment.