Skip to content

Commit

Permalink
release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Feb 14, 2019
1 parent 8f837cf commit d14555d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.4.2 (2019-02-14)

- fix: implicitly check and set lat/lng when creating or updating events
- fix: patch geocoding crate to fix OpenSSL system dependency issues
- fix: Makefile for Docker build
- fix: OpenSSL v1.1.1 build issues
- fix: truncate username if created from email
- fix: formatting for geocoding requests
- chore: update diesel: 1.3.3 -> 1.4.0
- chore: update dependencies & rustc
- doc: describe how to render the API docs

## v0.4.1 (2019-01-18)

- new: add `organizer` field to events
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 = "openfairdb"
version = "0.4.2-dev"
version = "0.4.2"
authors = ["Markus Kohlhase <mail@markus-kohlhase.de>", "slowtec GmbH <post@slowtec.de>"]
keywords = ["geo", "fair", "sustainability"]
homepage = "https://github.com/slowtec/openfairdb"
Expand Down
1 change: 0 additions & 1 deletion src/ports/web/api/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ pub fn delete_event_with_token(mut db: DbConn, token: Bearer, id: &RawStr) -> Re
#[cfg(test)]
mod tests {
use super::super::tests::prelude::*;
use crate::core::entities::*;
use chrono::prelude::*;
use rocket::http::Header;

Expand Down

0 comments on commit d14555d

Please sign in to comment.