Skip to content

Commit

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

- - -
## v0.3.4 - 2024-07-31
#### Features
- add scheme to displayed frontend address so its clickable in the terminal - (15e6591) - aeyoll
- display the current mailboar version - (ccc4306) - aeyoll
- add a script to easilly publish to crates.io - (666c27b) - aeyoll

- - -

## v0.3.3 - 2024-07-31
#### Features
- allow to define the asset path from the command line arguments - (cf9f804) - 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.3.3"
version = "0.3.4"
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.3.3" }
mailboar_frontend = { path = "crates/frontend", version = "0.3.3" }
mailboar_backend = { path = "crates/backend", version = "0.3.4" }
mailboar_frontend = { path = "crates/frontend", version = "0.3.4" }
axum = "0.7.5"
env_logger = { version = "0.11.3", default-features = false }
log = "0.4"
Expand Down

0 comments on commit a43f027

Please sign in to comment.