Skip to content

Commit 3831bfe

Browse files
author
Christer van der Meeren
committed
Bump versions
1 parent 22819c2 commit 3831bfe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

RELEASE_NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ These are the release notes for Fling (the main package).
55
See [RELEASE_NOTES_Fling.Interop.Facil.md](RELEASE_NOTES_Fling.Interop.Facil.md) for the release notes for
66
Fling.Interop.Facil.
77

8-
### Unreleased
8+
### 0.4.1 (2024-11-05)
99

1010
* Added `batchSaveChildren*` functions for batching inserts/updates/deletes of to-many children
1111

RELEASE_NOTES_Fling.Interop.Facil.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release notes (Fling.Interop.Facil)
22
==============
33

4-
### Unreleased
4+
### 0.2.8 (2024-11-05)
55

66
* Added `batchSaveChildren*` functions for batching inserts/updates/deletes of to-many children
77
* Updated Microsoft.Data.SqlClient from 5.2.1 to 5.2.2

src/Fling.Interop.Facil/Fling.Interop.Facil.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- TODO: Create and add logo -->
1616
<!--<PackageIcon>fling-logo-128x128.png</PackageIcon>-->
1717
<PackageReleaseNotes>https://github.com/cmeeren/Fling/blob/master/RELEASE_NOTES_Fling.Interop.Facil.md</PackageReleaseNotes>
18-
<Version>0.2.7</Version>
18+
<Version>0.2.8</Version>
1919
</PropertyGroup>
2020

2121
<ItemGroup>

src/Fling/Fling.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- TODO: Create and add logo -->
1616
<!--<PackageIcon>fling-logo-128x128.png</PackageIcon>-->
1717
<PackageReleaseNotes>https://github.com/cmeeren/Fling/blob/master/RELEASE_NOTES.md</PackageReleaseNotes>
18-
<Version>0.4.0</Version>
18+
<Version>0.4.1</Version>
1919
</PropertyGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)