Release v3.2.0

This commit is contained in:
eryn L. K 2021-12-27 22:27:39 -05:00
parent 1c987f2eb4
commit 1fd66c87c9
3 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Changelog
## [3.2.0] - 2021-12-27
### Added
- Add `Promise.onUnhandledRejection` global event
- Add `Promise.retryWithDelay`
### Changed
- Callable tables are now allowed anywhere that a function are allowed (`Promise.new`, `andThen`, etc)
## [3.1.0] - 2020-12-01
### Added

View file

@ -1,6 +1,6 @@
[package]
name = "evaera/roblox-lua-promise"
version = "3.1.0"
version = "3.2.0"
author = "evaera"
content_root = "lib"
license = "MIT"

View file

@ -1,7 +1,7 @@
[package]
name = "evaera/promise"
description = "Promise implementation for Roblox"
version = "3.1.0"
version = "3.2.0"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"