From 4b6a934637fcfda83c776d6e6f04e3f2bf5c108f Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 11 Feb 2023 23:39:59 +0100 Subject: [PATCH] Version 0.4.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- lune.yml | 2 +- luneTypes.d.luau | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2156ce..648d8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## `0.4.0` - February 11th, 2023 ### Added diff --git a/Cargo.toml b/Cargo.toml index bd464f5..8cdcf60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["packages/cli", "packages/lib"] default-members = ["packages/cli"] [workspace.package] -version = "0.3.0" +version = "0.4.0" edition = "2021" license = "MPL-2.0" repository = "https://github.com/filiptibell/lune" diff --git a/lune.yml b/lune.yml index fd58899..0499857 100644 --- a/lune.yml +++ b/lune.yml @@ -1,4 +1,4 @@ -# Lune v0.3.0 +# Lune v0.4.0 --- globals: # FS (filesystem) diff --git a/luneTypes.d.luau b/luneTypes.d.luau index 61267aa..940e7d1 100644 --- a/luneTypes.d.luau +++ b/luneTypes.d.luau @@ -1,4 +1,4 @@ --- Lune v0.3.0 +-- Lune v0.4.0 --[=[ @class fs