Skip to content

Commit

Permalink
Version 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jun 1, 2024
1 parent 649bdc4 commit b628601
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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.8.5` - June 1st, 2024

### Changed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions crates/lune/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lune"
version = "0.8.4"
version = "0.8.5"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
Expand Down Expand Up @@ -70,9 +70,9 @@ reqwest = { version = "0.11", default-features = false, features = [
"rustls-tls",
] }

lune-std = { optional = true, version = "0.1.1", path = "../lune-std" }
lune-roblox = { optional = true, version = "0.1.0", path = "../lune-roblox" }
lune-utils = { version = "0.1.0", path = "../lune-utils" }
lune-std = { optional = true, version = "0.1.2", path = "../lune-std" }
lune-roblox = { optional = true, version = "0.1.1", path = "../lune-roblox" }
lune-utils = { version = "0.1.1", path = "../lune-utils" }

### CLI

Expand Down

0 comments on commit b628601

Please sign in to comment.