We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf5614 commit aeb4d4bCopy full SHA for aeb4d4b
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
+## [1.2.0] - 2025-01-09
8
9
### Added
10
- 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
@@ -1,6 +1,6 @@
1
[package]
2
name = "full_moon"
3
-version = "1.1.2"
+version = "1.2.0"
authors = ["Kampfkarren <[email protected]>"]
description = "A lossless Lua parser"
license = "MPL-2.0"
0 commit comments