Skip to content

Commit 63e7947

Browse files
chore: release v0.1.1
1 parent 7f21193 commit 63e7947

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.1.1] - 2025-11-06
11+
1012
### Changed
1113

1214
- Changed type exports to include impl and proto
@@ -19,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1921

2022
- Initial release
2123

22-
[unreleased]: https://github.com/ewd3v/luau_graft/compare/v0.1.0...HEAD
24+
[unreleased]: https://github.com/ewd3v/luau_graft/compare/v0.1.1...HEAD
25+
[0.1.1]: https://github.com/ewd3v/luau_graft/compare/v0.1.0...v0.1.1
2326
[0.1.0]: https://github.com/ewd3v/luau_graft/compare/788bbe1f83576f7f9edc294f9f9b63d9d2583070...v0.1.0

pesde.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It is not intended for manual editing.
33
format = 2
44
name = "ewdev/graft"
5-
version = "0.1.0"
5+
version = "0.1.1"
66
target = "luau"
77

88
[graph."0x5eal/unzip@0.2.0 luau".pkg_ref]

pesde.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "ewdev/graft"
2-
version = "0.1.0"
2+
version = "0.1.1"
33
description = "Hot reloading for Luau"
44
authors = ["EwDev (https://ewdev.net/)"]
55
repository = "https://github.com/ewd3v/luau_graft"

0 commit comments

Comments
 (0)