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 +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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]
11
17
12
18
### Updated
13
19
@@ -79,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
79
85
Initial release
80
86
81
87
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
83
90
[ 0.4.0 ] : https://github.com/le0developer/luapack/releases/tag/v0.4.0
84
91
[ 0.3.3 ] : https://github.com/le0developer/luapack/releases/tag/v0.3.3
85
92
[ 0.3.2 ] : https://github.com/le0developer/luapack/releases/tag/v0.3.2
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export helpers = {
66
66
export __author__ = "Leo Developer"
67
67
export __url__ = "https://github.com/le0developer/luapack"
68
68
export __license__ = "MIT"
69
- export __version__ = "0.4.0 "
69
+ export __version__ = "0.4.1 "
70
70
71
71
export default_plugins = {n: 0}
72
72
You can’t perform that action at this time.
0 commit comments