Skip to content

Commit 82156c3

Browse files
committed
Version 3.0.1
1 parent 5e6af8a commit 82156c3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<!-- There is always Unreleased section on the top. Subsections (Add, Changed, Fix, Removed) should be Add as needed. -->
44
## Unreleased
5+
6+
## 3.0.1 - 2021-08-13
57
- [_Internal_] Update `ErrorHandling`
68

79
## 3.0.0 - 2021-08-12

DomainResolver.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TargetFramework>net5.0</TargetFramework>
77
<PackageId>Tuc.DomainResolver</PackageId>
88
<Description>Library for resolving a Domain types out of a F# script (.fsx) file(s).</Description>
9-
<Version>3.0.0</Version>
9+
<Version>3.0.1</Version>
1010
<PackageProjectUrl>https://github.com/TypedUseCase/domain-resolver</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/TypedUseCase/domain-resolver.git</RepositoryUrl>
1212
<PublishRepositoryUrl>true</PublishRepositoryUrl>

0 commit comments

Comments
 (0)