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

Commit e7299d5

Browse files
committed
bump: version 1.2.0 -> 1.3.0
1 parent 43e4e0e commit e7299d5

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ to [Semantic Versioning][2].
1010

1111
## [Unreleased]
1212

13+
## [1.3.0] - 2025-12-24
14+
1315
### Added
1416

1517
- Support for Lua 5.5
@@ -91,7 +93,8 @@ to [Semantic Versioning][2].
9193
- Support for Lua string literals up to version 5.4
9294
- Support for Lua numeric literals up to version 5.4
9395

94-
[Unreleased]: https://github.com/m15a/vim-fennel-syntax/compare/v1.2.0...HEAD
96+
[Unreleased]: https://github.com/m15a/vim-fennel-syntax/compare/v1.3.0...HEAD
97+
[1.3.0]: https://github.com/m15a/vim-fennel-syntax/compare/v1.2.0...v1.3.0
9598
[1.2.0]: https://github.com/m15a/vim-fennel-syntax/compare/v1.1.0...v1.2.0
9699
[1.1.0]: https://github.com/m15a/vim-fennel-syntax/compare/v1.0.1...v1.1.0
97100
[1.0.1]: https://github.com/m15a/vim-fennel-syntax/compare/v1.0.0...v1.0.1

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
pname = "vim-fennel-syntax";
88

99
version = "${version_base}+sha.${version_sha}";
10-
version_base = "1.2.0";
10+
version_base = "1.3.0";
1111
version_sha = self.shortRev or self.dirtyShortRev or "unknown";
1212

1313
systems = [

0 commit comments

Comments
 (0)