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

Commit 1a00d5b

Browse files
committed
v0.4.0
1 parent 09dc638 commit 1a00d5b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.4.0] - 2022-04-09
11+
1012
### Updated
1113

1214
- Updated lua pattern:
@@ -77,7 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7779
Initial release
7880

7981

80-
[Unreleased]: https://github.com/le0developer/luapack/compare/v0.3.3...HEAD
82+
[Unreleased]: https://github.com/le0developer/luapack/compare/v0.4.0...HEAD
83+
[0.4.0]: https://github.com/le0developer/luapack/releases/tag/v0.4.0
8184
[0.3.3]: https://github.com/le0developer/luapack/releases/tag/v0.3.3
8285
[0.3.2]: https://github.com/le0developer/luapack/releases/tag/v0.3.2
8386
[0.3.1]: https://github.com/le0developer/luapack/releases/tag/v0.3.1

luapack.yue

+1-1
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.3"
69+
export __version__ = "0.4.0"
7070

7171
export default_plugins = {n: 0}
7272

0 commit comments

Comments
 (0)