From 1501371fe0e5de930802b41b1a7907119e321fbb Mon Sep 17 00:00:00 2001 From: queil Date: Tue, 24 Oct 2023 18:00:20 +0000 Subject: [PATCH] Bump version to 4.1.0 ## [4.1.0] - 2023-10-24 ### Added - Support for optional subsections by [queil](https://github.com/queil) --- CHANGELOG.md | 9 ++++++++- src/FsConfig/AssemblyInfo.fs | 20 ++++++++++---------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 708dce4..8c6c334 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.1.0] - 2023-10-24 + +### Added + +- Support for optional subsections by [queil](https://github.com/queil) + ## [4.0.0] - 2023-06-18 ### Changed @@ -167,5 +173,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/demystifyfp/FsConfig/compare/v4.0.0...HEAD +[Unreleased]: https://github.com/demystifyfp/FsConfig/compare/v4.1.0...HEAD +[4.1.0]: https://github.com/demystifyfp/FsConfig/compare/v4.0.0...v4.1.0 [4.0.0]: https://github.com/demystifyfp/FsConfig/compare/v3.1.0...v4.0.0 diff --git a/src/FsConfig/AssemblyInfo.fs b/src/FsConfig/AssemblyInfo.fs index 1f08839..cdf9355 100644 --- a/src/FsConfig/AssemblyInfo.fs +++ b/src/FsConfig/AssemblyInfo.fs @@ -4,20 +4,20 @@ open System.Reflection [] [] -[] -[] -[] -[] +[] +[] +[] +[] [] -[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FsConfig" let [] AssemblyProduct = "FsConfig" - let [] AssemblyVersion = "4.0.0" - let [] AssemblyMetadata_ReleaseDate = "2023-06-18T00:00:00.0000000+01:00" - let [] AssemblyFileVersion = "4.0.0" - let [] AssemblyInformationalVersion = "4.0.0" + let [] AssemblyVersion = "4.1.0" + let [] AssemblyMetadata_ReleaseDate = "2023-10-24T00:00:00.0000000+00:00" + let [] AssemblyFileVersion = "4.1.0" + let [] AssemblyInformationalVersion = "4.1.0" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "247fcb0aa106a1934a3a151b6d2bfd716957f2a1" + let [] AssemblyMetadata_GitHash = "b1fbcfab8f27e0c13e5038a2bbd38b3911f8441a"