Release 0.12.2 (2023-03-04)
* Removed unnessesary id columns from relation tables. * Attempt to improve the SQL query generated by search, especially on multiple negative tags/places/people. * Put less semi-duplicate data in error log. * Refactored fetch_places to make `get_or_create_place` logicaly self contained.
This commit is contained in:
parent
992856d4d9
commit
45ce78af68
@ -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.2 (2023-03-04)
|
||||
|
||||
* Removed unnessesary id columns from relation tables.
|
||||
* Attempt to improve the SQL query generated by search, especially on
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rphotos"
|
||||
version = "0.12.1-PRE"
|
||||
version = "0.12.2"
|
||||
authors = ["Rasmus Kaj <kaj@kth.se>"]
|
||||
edition = "2021"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user