Skip to content

Commit aeb4d4b

Browse files
committed
1.2.0
1 parent cdf5614 commit aeb4d4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.2.0] - 2025-01-09
88

99
### Added
1010
- Luau: added support for user defined type functions (rfc: https://github.com/luau-lang/rfcs/blob/master/docs/user-defined-type-functions.md)

full-moon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "full_moon"
3-
version = "1.1.2"
3+
version = "1.2.0"
44
authors = ["Kampfkarren <[email protected]>"]
55
description = "A lossless Lua parser"
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)