Skip to content

Commit 6737750

Browse files
author
pyrossh
committed
release v8.5.0
1 parent 105fdfe commit 6737750

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-embed"
3-
version = "8.4.0"
3+
version = "8.5.0"
44
description = "Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev"
55
readme = "readme.md"
66
documentation = "https://docs.rs/rust-embed"

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
Thanks to [Mark Drobnak](https://github.com/AzureMarker) for the changelog.
99

10+
## [8.5.0] - 2024-07-09
11+
12+
- Re-export RustEmbed as Embed [#246](https://github.com/pyrossh/rust-embed/pull/246). Thanks to [krant](https://github.com/krant)
13+
- Allow users to specify a custom path to the rust_embed crate in generated code[#232](https://github.com/pyrossh/rust-embed/pull/232). Thanks to [Wulf](https://github.com/Wulf)
14+
- Increase minimum rust-version to v1.7.0.0
15+
1016
## [8.4.0] - 2024-05-11
1117

1218
- Re-export RustEmbed as Embed [#245](https://github.com/pyrossh/rust-embed/pull/245/files). Thanks to [pyrossh](https://github.com/pyrossh)

impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-embed-impl"
3-
version = "8.4.0"
3+
version = "8.5.0"
44
description = "Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev"
55
readme = "readme.md"
66
documentation = "https://docs.rs/rust-embed"

utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-embed-utils"
3-
version = "8.4.0"
3+
version = "8.5.0"
44
description = "Utilities for rust-embed"
55
readme = "readme.md"
66
documentation = "https://docs.rs/rust-embed"

0 commit comments

Comments
 (0)