Skip to content

Commit

Permalink
chore(version): v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aeyoll committed Jan 5, 2025
1 parent d779d59 commit f1efefb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## v0.4.5 - 2025-01-05
#### Bug Fixes
- improve empty state display - (d779d59) - aeyoll
#### Build system
- **(docker)** add perl dependency - (c609974) - *aeyoll*
- move from yarn to pnpm - (63bd992) - aeyoll
- update eslint plugin configType - (2831b9c) - aeyoll

- - -

## v0.4.4 - 2025-01-05
#### Build system
- try to use vendored openssl version - (cbaa18f) - aeyoll
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace.package]
edition = "2021"
version = "0.4.4"
version = "0.4.5"
license = "MIT"
homepage = "https://github.com/aeyoll/mailboar"
documentation = "https://github.com/aeyoll/mailboar"
Expand All @@ -25,8 +25,8 @@ members = [
resolver = "2"

[workspace.dependencies]
mailboar_backend = { path = "crates/backend", version = "0.4.4" }
mailboar_frontend = { path = "crates/frontend", version = "0.4.4" }
mailboar_backend = { path = "crates/backend", version = "0.4.5" }
mailboar_frontend = { path = "crates/frontend", version = "0.4.5" }
axum = "0.7.5"
env_logger = { version = "0.11.3", default-features = false }
log = "0.4"
Expand Down

0 comments on commit f1efefb

Please sign in to comment.