Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Jan 8, 2024
1 parent c7ad80d commit 6c8a783
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion backend/Cargo.lock

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

4 changes: 2 additions & 2 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mailcrab-backend"
version = "1.0.0-alpha.2"
version = "1.0.0"
edition = "2021"
publish = false

Expand Down Expand Up @@ -37,4 +37,4 @@ lettre = { version = "0.11", default-features = false, features=[
fake = { version = "2.5", features=["derive"]}
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
local-ip-address = "0.5"
futures = "0.3.29"
futures = "0.3.29"
2 changes: 1 addition & 1 deletion charts/mailcrab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.23.0"
appVersion: "1.0.0"
3 changes: 1 addition & 2 deletions charts/mailcrab/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mailcrab

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.23.0](https://img.shields.io/badge/AppVersion-0.23.0-informational?style=flat-square)
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

A Helm chart for deploying MailCrab in Kubernetes.

Expand Down Expand Up @@ -33,4 +33,3 @@ A Helm chart for deploying MailCrab in Kubernetes.
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |

2 changes: 1 addition & 1 deletion frontend/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 frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mailcrab-frontend"
version = "1.0.0-alpha.2"
version = "1.0.0"
edition = "2021"
publish = false

Expand Down

0 comments on commit 6c8a783

Please sign in to comment.