Skip to content

Commit

Permalink
chore: prepare 0.2.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xperiandri committed Nov 22, 2024
1 parent 9ea92c6 commit 0fe1053
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ 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]
- Some basic functions added: `filter`, `bind`, `concat`, `distinct`, `mapi`, `skip`, `take`, ...
- rxquery { ... } builder added

## [0.2.0] - 2024-11-22
- Added some basic functions: `filter/where`, `bind`, `concat`, `distinct`, `mapi`, `skip`, `take`, ...
- Added `rxquery { ... }` builder

## [0.1.0] - 2024-11-18
First pre-release
Expand All @@ -15,4 +17,5 @@ First pre-release
- Initial implementation of the library
- `map`, `iter` and `length` functions

[0.2.0]: https://github.com/fsprojects/FSharp.Control.R3/releases/tag/v0.2.0
[0.1.0]: https://github.com/fsprojects/FSharp.Control.R3/releases/tag/v0.1.0

0 comments on commit 0fe1053

Please sign in to comment.