diff --git a/CHANGELOG.md b/CHANGELOG.md index 315105e..c1d4b13 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.3` - January 25th, 2023 ### Added diff --git a/Cargo.toml b/Cargo.toml index d7610ea..46a6f5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lune" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "MPL-2.0" repository = "https://github.com/filiptibell/lune" diff --git a/lune.yml b/lune.yml index 0872adc..7fa54f3 100644 --- a/lune.yml +++ b/lune.yml @@ -1,4 +1,4 @@ -# Lune v0.1.2 +# Lune v0.1.3 --- globals: # Console diff --git a/luneTypes.d.luau b/luneTypes.d.luau index 8b3b883..4bd9542 100644 --- a/luneTypes.d.luau +++ b/luneTypes.d.luau @@ -1,4 +1,4 @@ --- Lune v0.1.2 +-- Lune v0.1.3 declare console: { resetColor: () -> (),