Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pa-ba committed Oct 3, 2024
1 parent c003804 commit e56b1a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AsyncRattus.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.18
name: AsyncRattus
version: 0.2.0.1
version: 0.2.0.2
category: FRP
synopsis: An asynchronous modal FRP language
description:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.2.0.2

- Fix strictness/stable checker: It now recognises `Word8/16/32/64` and
`Int8/16/32/64` as strict and stable.
- Fix documentation for signal combinators `trigger` and
`triggerAwait`.

# 0.2.0.1

Fix bug in elaboration of delay, adv, select
Expand Down

0 comments on commit e56b1a4

Please sign in to comment.