Skip to content

Commit

Permalink
Merge pull request #28 from fastly/release-0.5.0
Browse files Browse the repository at this point in the history
Release v0.5.0
  • Loading branch information
kailan authored Jul 29, 2024
2 parents b470aa0 + cdf98a3 commit 0e4ce7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.4.2"
version = "0.5.0"
authors = ["Kailan Blanks <kblanks@fastly.com>"]
license = "MIT"
edition = "2018"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This crate provides a streaming Edge Side Includes parser and executor designed
The implementation is a subset of the [ESI Language Specification 1.0](https://www.w3.org/TR/esi-lang/) supporting the following tags:

- `<esi:include>` (+ `alt`, `onerror="continue"`)
- `<esi:try>` | `<esi:attempt>` | `<esi:except>`
- `<esi:comment>`
- `<esi:remove>`

Expand Down Expand Up @@ -82,6 +83,7 @@ In order to run the test suite for the packages in this repository, [`viceroy`](
```sh
cargo install viceroy
```

## License

The source and documentation for this project are released under the [MIT License](./LICENSE).
2 changes: 1 addition & 1 deletion esi/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc = include_str!("../../README.md")]
#![doc = include_str!("../README.md")]

mod config;
mod document;
Expand Down

0 comments on commit 0e4ce7e

Please sign in to comment.