Skip to content

Commit

Permalink
Update to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoDios committed Sep 4, 2024
1 parent 40d917d commit d670bb4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Version v1.3.0

### What's changed (fixes) ?

- Added support for in-memory database
- Included default web-frontend in binary (with automatic server detection)
- Fix some bugs in http server / client
- Fix css loading problem
- Now it is real OOTB ☺️

## Version v1.2.1

### What's changed (fixes) ?
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "librespeed-rs"
version = "1.2.1"
version = "1.3.0"
edition = "2021"
authors = ["Sudo Dios"]
description = "Rust backend for LibreSpeed"
Expand Down

0 comments on commit d670bb4

Please sign in to comment.