Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 6, 2024
1 parent 874d1c7 commit 523512f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

16 changes: 16 additions & 0 deletions lib/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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-06

### Added
- feat!(prelude): update metadata structure for template

### Other
- *(deps)* Bump reqwest from 0.12.2 to 0.12.3
- *(prelude)* move metadata and template structure to prelude crate
2 changes: 1 addition & 1 deletion lib/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "catapulte-engine"
description = "The core engine of catapulte with template loading, interpolation and rendering."
authors = ["Jérémie Drouet <jeremie.drouet@gmail.com>"]
license = "AGPL-3.0"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down
18 changes: 18 additions & 0 deletions lib/prelude/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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-06

### Added
- feat!(prelude): update metadata structure for template

### Fixed
- *(prelude)* add features to use std or alloc

### Other
- *(prelude)* move metadata and template structure to prelude crate

0 comments on commit 523512f

Please sign in to comment.