From 3706d9f8c6f1d13f8228a5b7e06129595db9e8b0 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Thu, 19 Jan 2023 22:12:25 -0500 Subject: [PATCH] Version 0.0.3 --- 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 4938726..c31fd73 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.3` - January 19th, 2023 ### Added diff --git a/Cargo.lock b/Cargo.lock index 41dc8b8..66c70b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "lune" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5bf604c..ece4fd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lune" -version = "0.0.2" +version = "0.0.3" edition = "2021" license = "MPL 2.0" repository = "https://github.com/filiptibell/lune" diff --git a/lune.yml b/lune.yml index 93ad358..bb6eca0 100644 --- a/lune.yml +++ b/lune.yml @@ -1,4 +1,4 @@ -# Lune v0.0.2 +# Lune v0.0.3 --- globals: # Console diff --git a/luneTypes.d.luau b/luneTypes.d.luau index df43337..7e2f805 100644 --- a/luneTypes.d.luau +++ b/luneTypes.d.luau @@ -1,4 +1,4 @@ --- Lune v0.0.2 +-- Lune v0.0.3 declare console: { resetColor: () -> (),