Skip to content

Commit 0b31162

Browse files
Merge pull request #442 from gdziadkiewicz/Add_release_note_and_bump_version
Release 3.3.0
2 parents 647e06b + f1bdcf6 commit 0b31162

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 3.3.0 - 22.02.2025
2+
* Switch `Validation` to `Result` and mark `Choice` based `Validation` as obsolete - https://github.com/fsprojects/FSharpx.Extras/pull/440
3+
* Test on net9 and update infra - https://github.com/fsprojects/FSharpx.Extras/pull/441
4+
5+
### 3.2.1 - 27.07.2024
6+
* Fix FSharpx.Extras v3.2.0 breaks compilation - https://github.com/fsprojects/FSharpx.Extras/issues/436
7+
18
### 3.2.0 - 09.07.2024
29
* Remove net452 support and update test targets
310
* Faster and less-memory-consuming niceName - https://github.com/fsprojects/FSharpx.Extras/pull/434

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<VersionPrefix>3.2.1</VersionPrefix>
4+
<VersionPrefix>3.3.0</VersionPrefix>
55
<Owners>Steffen Forkmann and others</Owners>
66
<Authors>Steffen Forkmann and others</Authors>
77
<PackageProjectUrl>https://fsprojects.github.io/FSharpx.Extras</PackageProjectUrl>
@@ -10,7 +10,7 @@
1010
<License>Unlicense</License>
1111
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
1212
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
13-
<Copyright>Copyright 2022</Copyright>
13+
<Copyright>Copyright 2025</Copyright>
1414
<PackageTags>fsharpx fsharp</PackageTags>
1515
<Summary>FSharpx.Extras implements general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible.</Summary>
1616
<Description>FSharpx.Extras implements general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible.</Description>

0 commit comments

Comments
 (0)