Skip to content

Commit

Permalink
Version 0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Oct 29, 2023
1 parent 779a11c commit 507d88e
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 51 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ 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).

## `0.7.11` - October 29th, 2023

### Changed

- Update to Luau version `0.601`.

### Fixed

- Fixed `roblox.getAuthCookie` not being compatible with the latest cookie format by upgrading rbx_cookie.

## `0.7.10` - October 25th, 2023

### Added
Expand Down
89 changes: 40 additions & 49 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lune"
version = "0.7.10"
version = "0.7.11"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/filiptibell/lune"
Expand Down Expand Up @@ -130,7 +130,7 @@ rustyline = { optional = true, version = "12.0" }
glam = { optional = true, version = "0.24" }
rand = { optional = true, version = "0.8" }

rbx_cookie = { optional = true, version = "0.1.3", default-features = false }
rbx_cookie = { optional = true, version = "0.1.4", default-features = false }

rbx_binary = { optional = true, version = "0.7.3" }
rbx_dom_weak = { optional = true, version = "2.6.0" }
Expand Down

0 comments on commit 507d88e

Please sign in to comment.