Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

2 changes: 1 addition & 1 deletion backend/erato/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "erato"
version = "0.6.1"
version = "0.6.2"
license = "AGPL-3.0-or-later"
edition = "2024"

Expand Down
4 changes: 2 additions & 2 deletions infrastructure/charts/erato/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: erato
description: Helm chart for the Erato chat application
type: application
version: 0.6.1
appVersion: 0.6.1
version: 0.6.2
appVersion: 0.6.2
keywords:
- ai
- llm
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/charts/erato/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# erato

![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.1](https://img.shields.io/badge/AppVersion-0.6.1-informational?style=flat-square)
![Version: 0.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.2](https://img.shields.io/badge/AppVersion-0.6.2-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/erato)](https://artifacthub.io/packages/helm/erato/erato)

Helm chart for the Erato chat application
Expand Down
Loading