From 67526f6cb848ebc08533ad594f5ce72ad944e55d Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Tue, 24 Jan 2023 20:32:31 -0500 Subject: [PATCH] Version 0.1.2 --- 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 2a0f22f..bedc516 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.1.2` - January 24th, 2023 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 557e86f..ce4042c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -471,7 +471,7 @@ dependencies = [ [[package]] name = "lune" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6a427d6..0c7fbd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lune" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MPL 2.0" repository = "https://github.com/filiptibell/lune" diff --git a/lune.yml b/lune.yml index 8046785..0872adc 100644 --- a/lune.yml +++ b/lune.yml @@ -1,4 +1,4 @@ -# Lune v0.1.1 +# Lune v0.1.2 --- globals: # Console diff --git a/luneTypes.d.luau b/luneTypes.d.luau index a61eaf2..8b3b883 100644 --- a/luneTypes.d.luau +++ b/luneTypes.d.luau @@ -1,4 +1,4 @@ --- Lune v0.1.1 +-- Lune v0.1.2 declare console: { resetColor: () -> (),