Skip to content

Commit 242035c

Browse files
committed
Version 0.2.0
1 parent 08360a8 commit 242035c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

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

8-
## Unreleased
8+
## `0.2.0` - January 28th, 2023
99

1010
### Added
1111

12-
- Added full documentation for all global APIs provided by Lune! This includes over 200 lines of pure documentation about behavior, error cases, and more for all of the current 35 global functions, parameters, return values, and more. Check out the [README](/README.md) to find out how to enable documentation in your editor.
12+
- Added full documentation for all global APIs provided by Lune! This includes over 200 lines of pure documentation about behavior & error cases for all of the current 35 constants & functions. Check the [README](/README.md) to find out how to enable documentation in your editor.
1313

1414
- Added a third argument `options` for `process.spawn`:
1515

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lune"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "MPL-2.0"
66
repository = "https://github.com/filiptibell/lune"

lune.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lune v0.1.3
1+
# Lune v0.2.0
22
---
33
globals:
44
# Console

luneTypes.d.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Lune v0.1.3
1+
-- Lune v0.2.0
22

33
--[=[
44
@class console

0 commit comments

Comments
 (0)