Skip to content

Releases: destructurama/fsharp

4.0.0

09 Jan 12:10
8c99601

Choose a tag to compare

This major release is published mainly because FSharp.Core transition from 9.0.303 to 10.0.101.

Notable changes

Other changes

  • Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in /src by @dependabot[bot] in #53
  • Bump Serilog from 4.0.0 to 4.2.0 in /src by @dependabot[bot] in #54
  • Bump coverlet.msbuild from 6.0.2 to 6.0.3 in /src by @dependabot[bot] in #55
  • Bump xunit from 2.9.2 to 2.9.3 in /src by @dependabot[bot] in #57
  • Bump xunit.runner.visualstudio from 3.0.0 to 3.0.1 in /src by @dependabot[bot] in #58
  • Bump FSharp.Core from 9.0.100 to 9.0.101 in /src by @dependabot[bot] in #59
  • Bump coverlet.msbuild from 6.0.3 to 6.0.4 in /src by @dependabot[bot] in #60
  • Bump FSharp.Core from 9.0.101 to 9.0.201 in /src by @dependabot[bot] in #61
  • Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 in /src by @dependabot[bot] in #63
  • Bump xunit.runner.visualstudio from 3.0.1 to 3.0.2 in /src by @dependabot[bot] in #62
  • Bump FSharp.Core from 9.0.201 to 9.0.202 in /src by @dependabot[bot] in #65
  • Bump xunit.runner.visualstudio from 3.0.2 to 3.1.0 in /src by @dependabot[bot] in #66
  • Update FSharp.Core to 9.0.300 by @dependabot[bot] in #67
  • Update Serilog to 4.3.0 by @dependabot[bot] in #68
  • Bump FSharp.Core, Microsoft.NET.Test.Sdk and xunit.runner.visualstudio by @dependabot[bot] in #74
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #78
  • Bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #80
  • Bump actions/stale from 9 to 10 by @dependabot[bot] in #81
  • Bump actions/labeler from 5 to 6 by @dependabot[bot] in #82
  • Bump actions/github-script from 7 to 8 by @dependabot[bot] in #83
  • Bump xunit.runner.visualstudio from 3.1.0 to 3.1.5 by @dependabot[bot] in #84
  • Bump Microsoft.NET.Test.Sdk from 17.13.0 to 18.0.0 by @dependabot[bot] in #85
  • Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #86
  • Bump Serilog.Sinks.Console from 6.0.0 to 6.1.1 by @dependabot[bot] in #87
  • Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 by @dependabot[bot] in #89
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #90
  • Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #93
  • Bump MinVer from 6.0.0 to 6.1.0 by @dependabot[bot] in #94
  • Bump MinVer from 6.1.0 to 7.0.0 by @dependabot[bot] in #95

Full Changelog: 3.0.1...4.0.0

3.0.1

16 Dec 19:41
3c8a539

Choose a tag to compare

Attention

Release 3.0.0 was published mistakenly without really bumping Serilog version so 3.0.1 fixes this mistake.

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

15 Dec 16:26
f904322

Choose a tag to compare

New Features

The main thing in this release is bumping major Serilog version:

  • Bump Serilog and Serilog.Sinks.Console in /src by @dependabot in #45

Also CI and tests now use .NET9 SDK:

Misc

New Contributors

Full Changelog: 2.0.0...3.0.0

2.0.0

30 Jan 07:15
ea55d46

Choose a tag to compare

What's Changed

This major release actualizes codebase with fresh dependencies and incorporates modern CI based on GitHub Actions.

New Contributors