From 1243b7c2fd9d425e0d0a02104c4c820d43b419fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 00:26:52 +0000 Subject: [PATCH] chore(release): 1.4.0 --- Base/Base.csproj | 2 +- CHANGELOG.md | 7 +++++++ Db/Db.fsproj | 2 +- FsBase/FsBase.fsproj | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Base/Base.csproj b/Base/Base.csproj index 26b6555..51e52ea 100644 --- a/Base/Base.csproj +++ b/Base/Base.csproj @@ -12,7 +12,7 @@ FruityFoundation.Base https://github.com/kyleratti/FruityFoundation - 1.3.1 + 1.4.0 true LICENSE FruityFoundation.Base diff --git a/CHANGELOG.md b/CHANGELOG.md index 541611c..7b50e2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ Changelog + +## [1.4.0](https://www.github.com/kyleratti/FruityFoundation/releases/tag/v1.4.0) (2023-8-3) + +### ✨ Features + +* add IDictionary.TryGet to return Maybe ([1b15162](https://www.github.com/kyleratti/FruityFoundation/commit/1b15162ba50a390c67872aa0ee56cbf461754c35)) + ## [1.3.1](https://www.github.com/kyleratti/FruityFoundation/releases/tag/v1.3.1) (2023-8-3) diff --git a/Db/Db.fsproj b/Db/Db.fsproj index 2853cb7..135c849 100644 --- a/Db/Db.fsproj +++ b/Db/Db.fsproj @@ -11,7 +11,7 @@ FruityFoudnation.Db https://github.com/kyleratti/FruityFoundation - 1.3.1 + 1.4.0 true LICENSE diff --git a/FsBase/FsBase.fsproj b/FsBase/FsBase.fsproj index e6cd02d..ed3bd2e 100644 --- a/FsBase/FsBase.fsproj +++ b/FsBase/FsBase.fsproj @@ -8,7 +8,7 @@ FruityFoundation.FsBase Kyle Ratti true - 1.3.1 + 1.4.0 LICENSE