From f1296e391b78fb4576d11c0b039c55a5f2d9afd8 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Mon, 6 Feb 2023 13:02:13 -0500 Subject: [PATCH] Version 0.3.0 --- CHANGELOG.md | 2 +- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lune.yml | 2 +- luneTypes.d.luau | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba009fb..57df78b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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.3.0` - February 6th, 2023 ### Added diff --git a/Cargo.lock b/Cargo.lock index 65310e9..888a504 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "lune" -version = "0.2.2" +version = "0.3.0" dependencies = [ "anyhow", "console", @@ -587,7 +587,7 @@ dependencies = [ [[package]] name = "lune-cli" -version = "0.2.2" +version = "0.3.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 42b16fa..c7bf22b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["packages/cli", "packages/lib"] default-members = ["packages/cli"] [workspace.package] -version = "0.2.2" +version = "0.3.0" edition = "2021" license = "MPL-2.0" repository = "https://github.com/filiptibell/lune" diff --git a/lune.yml b/lune.yml index 07c349a..cb5f07a 100644 --- a/lune.yml +++ b/lune.yml @@ -1,4 +1,4 @@ -# Lune v0.2.2 +# Lune v0.3.0 --- globals: # FS (filesystem) diff --git a/luneTypes.d.luau b/luneTypes.d.luau index 08ef9dc..993ae85 100644 --- a/luneTypes.d.luau +++ b/luneTypes.d.luau @@ -1,4 +1,4 @@ --- Lune v0.2.2 +-- Lune v0.3.0 --[=[ @class fs