Skip to content

Commit 4e4a179

Browse files
chore(release): prepare 0.7.0 (#243)
1 parent 0c59af5 commit 4e4a179

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.7.0] - 2026-09-05
11+
1012
### Added
1113
- Add validated local, AWS S3, and GCS storage configuration to the standalone release
1214
- Add context-rich evaluation metric inputs and structured evaluator execution details

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Aludel depends on PostgreSQL-specific features, including `JSONB`, `percentile_d
264264
```elixir
265265
def deps do
266266
[
267-
{:aludel, "~> 0.6.1"}
267+
{:aludel, "~> 0.7.0"}
268268
]
269269
end
270270
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Aludel.MixProject do
44
def project do
55
[
66
app: :aludel,
7-
version: "0.6.1",
7+
version: "0.7.0",
88
elixir: "~> 1.17",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)