From b0042726cec6220a1b5460416a24ee9bfd995b70 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Thu, 19 Jan 2023 15:08:38 -0500 Subject: [PATCH] Version 0.0.2 --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- lune.yml | 2 +- luneTypes.d.luau | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 648aa69..1ed1e39 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.0.2` - January 19th, 2023 ### Added @@ -26,6 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 These files will be downloaded as `lune.yml` and `luneTypes.d.luau` respectively and are also available in each release on GitHub. -## `0.0.1` - January 19th, 2023 +## `0.0.1` - January 18th, 2023 Initial Release diff --git a/Cargo.lock b/Cargo.lock index 34f41fe..41dc8b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "lune" -version = "0.0.1" +version = "0.0.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index bfb0024..1b2d3ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lune" -version = "0.0.1" +version = "0.0.2" edition = "2021" license = "MPL 2.0" repository = "https://github.com/filiptibell/lune" diff --git a/README.md b/README.md index b66cf06..066b27f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This will add `lune` to an `aftman.toml` file in the current directory, or creat aftman add filiptibell/lune ``` -You can also download pre-built binaries for most systems directly from the linked GitHub Releases page. +You can also download pre-built binaries for most systems directly from the GitHub Releases page. ## ✏️ Writing Lune Scripts diff --git a/lune.yml b/lune.yml index 660f579..f749280 100644 --- a/lune.yml +++ b/lune.yml @@ -1,4 +1,4 @@ -# Lune v0.0.1 +# Lune v0.0.2 --- globals: # FS (filesystem) diff --git a/luneTypes.d.luau b/luneTypes.d.luau index fcf69b1..524de27 100644 --- a/luneTypes.d.luau +++ b/luneTypes.d.luau @@ -1,4 +1,4 @@ --- Lune v0.0.1 +-- Lune v0.0.2 declare fs: { readFile: (path: string) -> string,