Skip to content

Commit ca2a4fe

Browse files
committed
0.1.6 release
1 parent d5aad7c commit ca2a4fe

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,14 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5757

5858
### Fixes
5959

60-
* fixed relationship enrichment inconsistent across neo4j versions
60+
* fixed relationship enrichment inconsistent across neo4j versions
61+
62+
## [v0.1.6](https://github.com/diffo-dev/diffo/compare/v0.1.5...v0.1.6) (2026-03-19)
63+
64+
### Fixes
65+
66+
* incorrect domain label
67+
68+
### Maintenance
69+
70+
* improved error handling

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ by adding `diffo` to your list of dependencies in `mix.exs`:
4040
```elixir
4141
def deps do
4242
[
43-
{:diffo, "~> 0.1.5"}
43+
{:diffo, "~> 0.1.6"}
4444
]
4545
end
4646
```

diffo.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: MIT
99
```elixir
1010
Mix.install(
1111
[
12-
{:diffo, "~> 0.1.5"}
12+
{:diffo, "~> 0.1.6"}
1313
],
1414
consolidate_protocols: false
1515
)

documentation/how_to/use_diffo_provider_instance_extension.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: MIT
99
```elixir
1010
Mix.install(
1111
[
12-
{:diffo, "~> 0.1.5"}
12+
{:diffo, "~> 0.1.6"}
1313
],
1414
consolidate_protocols: false
1515
)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Diffo.MixProject do
66
@moduledoc false
77
use Mix.Project
88

9-
@version "0.1.5"
9+
@version "0.1.6"
1010
@name "Diffo"
1111
@description "TMF Service and Resource Manager with a difference"
1212
@github_url "https://github.com/diffo-dev/diffo"

0 commit comments

Comments
 (0)