Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit 39e3b55

Browse files
committed
v0.3.2
1 parent 0a2bfb5 commit 39e3b55

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.2] - 2022-02-04
11+
1012
### Fixed
1113

1214
- Fixed polyfill require not resetting recursion detection when an error occurs
@@ -62,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6264
Initial release
6365

6466

65-
[Unreleased]: https://github.com/le0developer/luapack/compare/v0.3.1...HEAD
67+
[Unreleased]: https://github.com/le0developer/luapack/compare/v0.3.2...HEAD
68+
[0.3.2]: https://github.com/le0developer/luapack/releases/tag/v0.3.2
6669
[0.3.1]: https://github.com/le0developer/luapack/releases/tag/v0.3.1
6770
[0.3.0]: https://github.com/le0developer/luapack/releases/tag/v0.3.0
6871
[0.2.0]: https://github.com/le0developer/luapack/releases/tag/v0.2.0

luapack.yue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export helpers = {
6666
export __author__ = "Leo Developer"
6767
export __url__ = "https://github.com/le0developer/luapack"
6868
export __license__ = "MIT"
69-
export __version__ = "0.3.1"
69+
export __version__ = "0.3.2"
7070

7171
export default_plugins = {n: 0}
7272

0 commit comments

Comments
 (0)