Skip to content

Commit 6c653bb

Browse files
committed
2 parents be02602 + f118438 commit 6c653bb

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10-
- Fix command substituion in changelog `echo "Test?? should show full command and not substitue"`
10+
### Fixed
11+
12+
- Fix command substitution in changelog `echo "Test?? should show full command and not substitue"`
13+
14+
## [0.1.3] - 2025-08-31
1115

1216
### Fixed
1317

@@ -25,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2529

2630
- Initial release
2731

28-
[unreleased]: https://github.com/ewd3v/pesde_package_template/compare/v0.1.2...HEAD
32+
[unreleased]: https://github.com/ewd3v/pesde_package_template/compare/v0.1.3...HEAD
33+
[0.1.3]: https://github.com/ewd3v/pesde_package_template/compare/v0.1.2...v0.1.3
2934
[0.1.2]: https://github.com/ewd3v/pesde_package_template/compare/v0.1.1...v0.1.2
3035
[0.1.1]: https://github.com/ewd3v/pesde_package_template/compare/v0.1.0...v0.1.1
3136
[0.1.0]: https://github.com/ewd3v/pesde_package_template/compare/1e62886861473c5c43ada9f5a7c81eeb9b9a6cfc...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/package_template"
5-
version = "0.1.2"
5+
version = "0.1.3"
66
target = "luau"
77

88
[graph."pesde/hello@1.0.2 luau"]

pesde.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "ewdev/package_template"
2-
version = "0.1.2"
2+
version = "0.1.3"
33
description = "A template for pesde packages"
44
authors = ["EwDev (https://ewdev.net/)"]
55
repository = "https://github.com/ewd3v/pesde_package_template"

0 commit comments

Comments
 (0)