Skip to content

Commit 53cb2ee

Browse files
committed
prepare v0.4.1 release
1 parent 0ef9a1d commit 53cb2ee

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
55

6+
## [v0.4.1](https://github.com/rauann/ash_dynamo/compare/v0.4.0...v0.4.1) (2026-02-14)
7+
8+
### Documentation
9+
10+
- Add `global_secondary_index` DSL reference to documentation
11+
- Add GSI example to getting started guide
12+
- Add `@type t` to `SecondaryIndex` to fix `mix docs` warnings
13+
- Remove misleading projection comment from `SecondaryIndex` moduledoc
14+
15+
### Chores
16+
17+
- Upgrade ash dependency
18+
619
## [v0.4.0](https://github.com/rauann/ash_dynamo/compare/v0.3.0...v0.4.0) (2026-02-14)
720

821
### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If [available in Hex](https://hex.pm/docs/publish), add `ash_dynamo` to `mix.exs
1313
```elixir
1414
def deps do
1515
[
16-
{:ash_dynamo, "~> 0.4.0"}
16+
{:ash_dynamo, "~> 0.4.1"}
1717
]
1818
end
1919
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule AshDynamo.MixProject do
22
use Mix.Project
33

4-
@version "0.4.0"
4+
@version "0.4.1"
55

66
@moduledoc "DynamoDB data layer for Ash resources."
77

0 commit comments

Comments
 (0)