-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0ce1e01
commit 92c2859
Showing
4 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.2.0](https://github.com/jdrouet/catapulte/compare/catapulte-engine-v0.1.0...catapulte-engine-v0.2.0) - 2024-04-21 | ||
|
||
### Added | ||
- *(engine)* update loading config | ||
- *(engine)* update configuration | ||
- *(engine)* allow multiple loader | ||
- feat!(prelude): update metadata structure for template | ||
|
||
### Other | ||
- *(deps)* Bump reqwest from 0.12.3 to 0.12.4 | ||
- *(engine)* add tests to local loader | ||
- *(deps)* Bump serde_json from 1.0.115 to 1.0.116 | ||
- *(deps)* Bump serde from 1.0.197 to 1.0.198 | ||
- *(deps)* Bump mrml from 3.1.4 to 3.1.5 | ||
- *(deps)* Bump mrml from 3.1.3 to 3.1.4 | ||
- *(deps)* Bump reqwest from 0.12.2 to 0.12.3 | ||
- *(prelude)* move metadata and template structure to prelude crate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0](https://github.com/jdrouet/catapulte/releases/tag/catapulte-prelude-v0.1.0) - 2024-04-21 | ||
|
||
### Added | ||
- feat!(prelude): update metadata structure for template | ||
|
||
### Fixed | ||
- *(prelude)* add features to use std or alloc | ||
|
||
### Other | ||
- *(deps)* Bump serde_json from 1.0.115 to 1.0.116 | ||
- *(deps)* Bump serde from 1.0.197 to 1.0.198 | ||
- *(prelude)* move metadata and template structure to prelude crate |