Skip to content

Commit

Permalink
Release 0.12.4 (2024-07-31)
Browse files Browse the repository at this point in the history
* Improved item (image) sizing css.  I hope it works in safari.
* Updated to `diesel` 2.2.2, `diesel-async` 0.5.0, `brotli` 6.0.0,
  `async-walkdir` 2.0.0, `futures-lite` 2.3.0, and `ructe` 0.17.0.
* Uses std LazyLock (require rust 1.80) instead of `lazy_regex`.
* Removed unneded db model structs.
* Some more known kinds of places.
  • Loading branch information
kaj committed Jul 31, 2024
1 parent 75d815f commit 07f1d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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/).

## Unreleased
## Release 0.12.4 (2024-07-31)

* Improved item (image) sizing css. I hope it works in safari.
* Updated to `diesel` 2.2.2, `diesel-async` 0.5.0, `brotli` 6.0.0,
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rphotos"
version = "0.12.3-PRE"
version = "0.12.4"
authors = ["Rasmus Kaj <kaj@kth.se>"]
edition = "2021"
rust-version = "1.80"
Expand Down

0 comments on commit 07f1d30

Please sign in to comment.