From 851fdb81befc9fbf4d78f0cde705d46e7a787648 Mon Sep 17 00:00:00 2001 From: Po Chen Date: Sat, 28 Sep 2024 12:30:34 +1000 Subject: [PATCH] v0.4.1 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4122d8..4821b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.4.1 + +Support non string labels, thanks @martosaur (#39) + ## v0.4.0 `subgraph` now returns a DG struct, thanks @jdewar ! (#25) diff --git a/mix.exs b/mix.exs index 962b510..81e2b03 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule DG.MixProject do use Mix.Project @source_url "https://github.com/princemaple/dg" - @version "0.4.0" + @version "0.4.1" def project do [