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

Commit 07cb121

Browse files
committed
v0.4.1
1 parent e9d3cab commit 07cb121

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.4.0] - 2022-04-09
10+
## [0.4.1] - 2022-04-12
11+
12+
### Updated
13+
14+
- Fixed require pattern not working at all
15+
16+
## [0.4.0] - 2022-04-09 [YANKED]
1117

1218
### Updated
1319

@@ -79,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7985
Initial release
8086

8187

82-
[Unreleased]: https://github.com/le0developer/luapack/compare/v0.4.0...HEAD
88+
[Unreleased]: https://github.com/le0developer/luapack/compare/v0.4.1...HEAD
89+
[0.4.1]: https://github.com/le0developer/luapack/releases/tag/v0.4.1
8390
[0.4.0]: https://github.com/le0developer/luapack/releases/tag/v0.4.0
8491
[0.3.3]: https://github.com/le0developer/luapack/releases/tag/v0.3.3
8592
[0.3.2]: https://github.com/le0developer/luapack/releases/tag/v0.3.2

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.4.0"
69+
export __version__ = "0.4.1"
7070

7171
export default_plugins = {n: 0}
7272

0 commit comments

Comments
 (0)