From 3f5176af989279bceb393bdfd179498ecd975bad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 12:21:57 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 384e59f..85de142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.0](https://github.com/hopsor/open_hours/compare/v0.2.0...v0.3.0) (2026-03-27) + + +### Features + +* add :day unit to Offset.shift/3 for business day arithmetic ([#36](https://github.com/hopsor/open_hours/issues/36)) ([3383599](https://github.com/hopsor/open_hours/commit/3383599725f1f44638ead9d1fc0d07282b21ae9c)) +* add stream_next/3 and stream_previous/3 to TimeSlot ([#35](https://github.com/hopsor/open_hours/issues/35)) ([0d671dc](https://github.com/hopsor/open_hours/commit/0d671dc7ca952568eb89e49ceb1c1ea4198156f3)) + + +### Documentation + +* add new features to README ([#33](https://github.com/hopsor/open_hours/issues/33)) ([127f1f0](https://github.com/hopsor/open_hours/commit/127f1f087a789260f186e1931060f46a68fb3442)) + ## [0.2.0](https://github.com/hopsor/open_hours/compare/v0.1.2...v0.2.0) (2026-03-17) diff --git a/mix.exs b/mix.exs index 70cd8d6..c380bb4 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule OpenHours.MixProject do use Mix.Project - @version "0.2.0" + @version "0.3.0" def project do [