Skip to content

Commit 4b6a934

Browse files
committed
Version 0.4.0
1 parent 1e7cbc4 commit 4b6a934

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

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

11-
## Unreleased
11+
## `0.4.0` - February 11th, 2023
1212

1313
### Added
1414

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["packages/cli", "packages/lib"]
44
default-members = ["packages/cli"]
55

66
[workspace.package]
7-
version = "0.3.0"
7+
version = "0.4.0"
88
edition = "2021"
99
license = "MPL-2.0"
1010
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.3.0
1+
# Lune v0.4.0
22
---
33
globals:
44
# FS (filesystem)

luneTypes.d.luau

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

33
--[=[
44
@class fs

0 commit comments

Comments
 (0)