Skip to content

Commit 0fe1053

Browse files
committed
chore: prepare 0.2.0 changelog
1 parent 9ea92c6 commit 0fe1053

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
- Some basic functions added: `filter`, `bind`, `concat`, `distinct`, `mapi`, `skip`, `take`, ...
9-
- rxquery { ... } builder added
8+
9+
## [0.2.0] - 2024-11-22
10+
- Added some basic functions: `filter/where`, `bind`, `concat`, `distinct`, `mapi`, `skip`, `take`, ...
11+
- Added `rxquery { ... }` builder
1012

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

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

0 commit comments

Comments
 (0)