From 530d01fc9dc1afb35b8668f36f7d353f7449bc22 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Tue, 24 Jan 2023 15:38:43 -0500 Subject: [PATCH] Version 0.1.1 --- 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 8f83099..306a991 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.1` - January 24th, 2023 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index d89242a..557e86f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -471,7 +471,7 @@ dependencies = [ [[package]] name = "lune" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 80aae95..6a427d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lune" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MPL 2.0" repository = "https://github.com/filiptibell/lune" diff --git a/lune.yml b/lune.yml index ecc7de8..8046785 100644 --- a/lune.yml +++ b/lune.yml @@ -1,4 +1,4 @@ -# Lune v0.1.0 +# Lune v0.1.1 --- globals: # Console diff --git a/luneTypes.d.luau b/luneTypes.d.luau index 8921d31..a61eaf2 100644 --- a/luneTypes.d.luau +++ b/luneTypes.d.luau @@ -1,4 +1,4 @@ --- Lune v0.1.0 +-- Lune v0.1.1 declare console: { resetColor: () -> (),