From 7d0338ef3c22f9ffc066a4a8e7e7d2415b968ee6 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Tue, 24 Jan 2023 12:44:33 -0500 Subject: [PATCH] Version 0.1.0 --- 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 85f75ec..783d7bb 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.0` - January 24th, 2023 ### Added diff --git a/Cargo.lock b/Cargo.lock index 592d6f4..d89242a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -471,7 +471,7 @@ dependencies = [ [[package]] name = "lune" -version = "0.0.6" +version = "0.1.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7a8e57e..80aae95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lune" -version = "0.0.6" +version = "0.1.0" edition = "2021" license = "MPL 2.0" repository = "https://github.com/filiptibell/lune" diff --git a/lune.yml b/lune.yml index 7c19bf1..ecc7de8 100644 --- a/lune.yml +++ b/lune.yml @@ -1,4 +1,4 @@ -# Lune v0.0.6 +# Lune v0.1.0 --- globals: # Console diff --git a/luneTypes.d.luau b/luneTypes.d.luau index 9345c57..8921d31 100644 --- a/luneTypes.d.luau +++ b/luneTypes.d.luau @@ -1,4 +1,4 @@ --- Lune v0.0.6 +-- Lune v0.1.0 declare console: { resetColor: () -> (),