Skip to content

Commit

Permalink
Release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed Dec 28, 2021
1 parent 1c987f2 commit 1fd66c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion rotriever.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1fd66c8

Please sign in to comment.