This repository was archived by the owner on Dec 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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.1] - 2022-02-04
11+
1012### Added
1113
1214- require of package polyfill now calls the preload function with correct arguments
@@ -55,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5557Initial release
5658
5759
58- [ Unreleased ] : https://github.com/le0developer/luapack/compare/v0.3.0...HEAD
60+ [ Unreleased ] : https://github.com/le0developer/luapack/compare/v0.3.1...HEAD
61+ [ 0.3.1 ] : https://github.com/le0developer/luapack/releases/tag/v0.3.1
5962[ 0.3.0 ] : https://github.com/le0developer/luapack/releases/tag/v0.3.0
6063[ 0.2.0 ] : https://github.com/le0developer/luapack/releases/tag/v0.2.0
6164[ 0.1.0 ] : https://github.com/le0developer/luapack/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export helpers = {
6666export __author__ = "Leo Developer"
6767export __url__ = "https://github.com/le0developer/luapack"
6868export __license__ = "MIT"
69- export __version__ = "0.3.0 "
69+ export __version__ = "0.3.1 "
7070
7171export default_plugins = {n: 0}
7272
You can’t perform that action at this time.
0 commit comments