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 Mar 16, 2024
1 parent 04e7777 commit e98d715
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All notable changes to this project will be documented in this file.

## [1.1.0](https://github.com/jdrouet/catapulte/compare/v1.0.0...v1.1.0) - 2024-03-16

### Added
- allow to specify config path through env variable

### Fixed
- update cli typo

### Other
- *(deps)* Bump mrml from 3.0.4 to 3.1.0
- *(deps)* Bump clap from 4.5.2 to 4.5.3
- *(deps)* Bump reqwest from 0.11.25 to 0.11.26
- *(deps)* Bump thiserror from 1.0.57 to 1.0.58
- move arc to services
- refactor template provider
- use thiserror
- move test module to smtp
- move http server to service
- set packages versions
- update github actions
- *(deps)* Bump reqwest from 0.11.24 to 0.11.25
- *(deps)* Bump clap from 4.5.1 to 4.5.2

## [1.0.0] - 2024-03-05

### Build
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "catapulte"
version = "1.0.0"
version = "1.1.0"
description = "Catapulte is an open source mailer you can host yourself. You can use it to quickly catapult your transactionnal emails to destination."
authors = ["Jérémie Drouet <jeremie.drouet@gmail.com>"]
edition = "2021"
Expand Down

0 comments on commit e98d715

Please sign in to comment.