From 650b04c35ca704438511019c019047a59cf41fe0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:46:32 +0000 Subject: [PATCH 1/2] chore(master): release 1.0.0 --- CHANGELOG.md | 14 ++++++++++++++ mix.exs | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1311e74 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 1.0.0 (2025-07-07) + + +### Features + +* Add schema merge ([6ac4821](https://github.com/albert-io/optimal/commit/6ac482171c29eb6a4ed9e3ac6edb56c78f179e4e)) +* Add schema merge ([c751744](https://github.com/albert-io/optimal/commit/c75174496a51695eeb079b0702669f9767a7fff0)) +* Auto Doc ([324eb30](https://github.com/albert-io/optimal/commit/324eb305f8e1a562c33e0855713846060fa20596)) +* Descriptions ([324eb30](https://github.com/albert-io/optimal/commit/324eb305f8e1a562c33e0855713846060fa20596)) +* Merge annotations ([8a312c4](https://github.com/albert-io/optimal/commit/8a312c4aefd2e75d90a1f82a512396e68c21b8ab)) +* Merge annotations ([324eb30](https://github.com/albert-io/optimal/commit/324eb305f8e1a562c33e0855713846060fa20596)) +* release preparations ([#12](https://github.com/albert-io/optimal/issues/12)) ([24d7ff0](https://github.com/albert-io/optimal/commit/24d7ff086b75dbf1e4a9cc45e6bd07327eebb7a8)) diff --git a/mix.exs b/mix.exs index 2845fa8..147643e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Optimal.MixProject do use Mix.Project - @version "0.3.6" + @version "1.0.0" def project do [ From 98475db9ebef5503ade48895376f27a01eefca1e Mon Sep 17 00:00:00 2001 From: Alec Hartung Date: Mon, 7 Jul 2025 12:50:18 -0500 Subject: [PATCH 2/2] docs: better readme --- CHANGELOG.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1311e74..48a0e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,6 @@ ## 1.0.0 (2025-07-07) +### Fixes -### Features - -* Add schema merge ([6ac4821](https://github.com/albert-io/optimal/commit/6ac482171c29eb6a4ed9e3ac6edb56c78f179e4e)) -* Add schema merge ([c751744](https://github.com/albert-io/optimal/commit/c75174496a51695eeb079b0702669f9767a7fff0)) -* Auto Doc ([324eb30](https://github.com/albert-io/optimal/commit/324eb305f8e1a562c33e0855713846060fa20596)) -* Descriptions ([324eb30](https://github.com/albert-io/optimal/commit/324eb305f8e1a562c33e0855713846060fa20596)) -* Merge annotations ([8a312c4](https://github.com/albert-io/optimal/commit/8a312c4aefd2e75d90a1f82a512396e68c21b8ab)) -* Merge annotations ([324eb30](https://github.com/albert-io/optimal/commit/324eb305f8e1a562c33e0855713846060fa20596)) -* release preparations ([#12](https://github.com/albert-io/optimal/issues/12)) ([24d7ff0](https://github.com/albert-io/optimal/commit/24d7ff086b75dbf1e4a9cc45e6bd07327eebb7a8)) +* resolve deprecation warnings ([#11](https://github.com/albert-io/optimal/pull/11))