diff --git a/CHANGELOG.md b/CHANGELOG.md index c922ba0..0d88d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,19 @@ 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). -## [Unreleased] +## [0.2.0] - 2024-11-23 - Added some basic functions: `filter/where`, `bind`, `concat`, `distinct`, `mapi`, `skip`, `take`, … - Added `rxquery { … }` builder ## [0.1.0] - 2024-11-18 + First pre-release ### Added - Initial implementation of the library - `map`, `iter` and `length` functions +[Unreleased]: https://github.com/fsprojects/FSharp.Control.R3/compare/releases/0.2.0...HEAD +[0.2.0]: https://github.com/fsprojects/FSharp.Control.R3/compare/releases/0.1.0...releases/0.2.0 [0.1.0]: https://github.com/fsprojects/FSharp.Control.R3/releases/tag/releases/0.1.0 diff --git a/src/FSharp.Control.R3/AssemblyInfo.fs b/src/FSharp.Control.R3/AssemblyInfo.fs index d0c9f23..abb953b 100644 --- a/src/FSharp.Control.R3/AssemblyInfo.fs +++ b/src/FSharp.Control.R3/AssemblyInfo.fs @@ -4,20 +4,20 @@ open System.Reflection [] [] -[] -[] -[] -[] +[] +[] +[] +[] [] -[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FSharp.Control.R3" let [] AssemblyProduct = "FSharp.Control.R3" - let [] AssemblyVersion = "0.1.0" - let [] AssemblyMetadata_ReleaseDate = "2024-11-18T00:00:00.0000000" - let [] AssemblyFileVersion = "0.1.0" - let [] AssemblyInformationalVersion = "0.1.0" + let [] AssemblyVersion = "0.2.0" + let [] AssemblyMetadata_ReleaseDate = "2024-11-23T00:00:00.0000000+04:00" + let [] AssemblyFileVersion = "0.2.0" + let [] AssemblyInformationalVersion = "0.2.0" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "7accd8a9a4e8434e48b501db88ddac111f40e1a5" + let [] AssemblyMetadata_GitHash = "bcf4b5e21f0d02a259aa197ef45aeb98b4efee2f"