~repos /rust-embed
git clone https://pyrossh.dev/repos/rust-embed.git
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
7c35933f
—
Peter 6 years ago
Update changelog.md
- changelog.md +5 -0
changelog.md
CHANGED
|
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
7
|
Thanks to [Mcat12](https://github.com/Mcat12) for the changelog.
|
|
8
|
+
## [4.3.0] - 2019-01-10
|
|
9
|
+
### Fixed
|
|
10
|
+
- debug_embed feature was not working at all
|
|
11
|
+
### Added
|
|
12
|
+
- a test run for debug_embed feature
|
|
8
13
|
|
|
9
14
|
## [4.2.0] - 2018-12-02
|
|
10
15
|
### Changed
|