From 4ae8cecd908ec450609198d0748ed2941b512c12 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sun, 5 Feb 2023 19:17:31 -0500 Subject: [PATCH] Version 0.2.2 --- 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 ea4c339..6827cd7 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.2.2` - February 5th, 2023 ### Added diff --git a/Cargo.lock b/Cargo.lock index cc1621a..e1f54cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -515,7 +515,7 @@ dependencies = [ [[package]] name = "lune" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "hyper", @@ -529,7 +529,7 @@ dependencies = [ [[package]] name = "lune-cli" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 088f7ee..42b16fa 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.1" +version = "0.2.2" edition = "2021" license = "MPL-2.0" repository = "https://github.com/filiptibell/lune" diff --git a/lune.yml b/lune.yml index b1b3c85..3b36aa6 100644 --- a/lune.yml +++ b/lune.yml @@ -1,4 +1,4 @@ -# Lune v0.2.1 +# Lune v0.2.2 --- globals: # Console diff --git a/luneTypes.d.luau b/luneTypes.d.luau index f29e083..c3ee189 100644 --- a/luneTypes.d.luau +++ b/luneTypes.d.luau @@ -1,4 +1,4 @@ --- Lune v0.2.1 +-- Lune v0.2.2 --[=[ @class console