From 2565e02e11bbd33bcb44dd8c8e59388246011298 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Fri, 20 Jan 2023 21:18:11 -0500 Subject: [PATCH] Version 0.0.4 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- lune.yml | 2 +- luneTypes.d.luau | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2a151..1b1e334 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.0.4` - January 21st, 2023 ### Added diff --git a/Cargo.lock b/Cargo.lock index dce89ee..8f84fa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "lune" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 00d4fae..e60f940 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lune" -version = "0.0.3" +version = "0.0.4" edition = "2021" license = "MPL 2.0" repository = "https://github.com/filiptibell/lune" diff --git a/lune.yml b/lune.yml index a57c5f4..8c678c3 100644 --- a/lune.yml +++ b/lune.yml @@ -1,4 +1,4 @@ -# Lune v0.0.3 +# Lune v0.0.4 --- globals: # Console diff --git a/luneTypes.d.luau b/luneTypes.d.luau index a7cf4f1..2cbcc61 100644 --- a/luneTypes.d.luau +++ b/luneTypes.d.luau @@ -1,4 +1,4 @@ --- Lune v0.0.3 +-- Lune v0.0.4 declare console: { resetColor: () -> (),