Skip to content

Commit

Permalink
Release v0.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Apr 12, 2024
1 parent 58fd74b commit c96f8e7
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.12.9 (2024-04-12)

- chore: Upgrade tantivy to v0.22.0-dev
- chore: Update dependencies

## v0.12.8 (2024-03-26)

- chore: Update dependencies
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true

[workspace.package]
version = "0.12.8"
version = "0.12.9"
repository = "https://github.com/kartevonmorgen/openfairdb"
homepage = "https://github.com/kartevonmorgen/openfairdb"
keywords = ["geo", "fair", "sustainability"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ or at <https://book.ofdb.io>.

## License

Copyright (c) 2018 - 2023 [slowtec GmbH](https://slowtec.de)\
Copyright (c) 2018 - 2024 [slowtec GmbH](https://slowtec.de)\
Copyright (c) 2015 - 2018 Markus Kohlhase

This project is licensed under the AGPLv3 license.
6 changes: 3 additions & 3 deletions doc/src/development/quick_start.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Quick start

Download the [latest build](https://github.com/kartevonmorgen/openfairdb/releases/download/v0.12.8/openfairdb_v0.12.8.x86_64-unknown-linux-musl.tar.xz),
Download the [latest build](https://github.com/kartevonmorgen/openfairdb/releases/download/v0.12.9/openfairdb_v0.12.9.x86_64-unknown-linux-musl.tar.xz),
unpack and start it:

```sh
wget https://github.com/kartevonmorgen/openfairdb/releases/download/v0.12.8/openfairdb_v0.12.8.x86_64-unknown-linux-musl.tar.xz
tar xJf openfairdb_v0.12.8.x86_64-unknown-linux-musl.tar.xz
wget https://github.com/kartevonmorgen/openfairdb/releases/download/v0.12.9/openfairdb_v0.12.9.x86_64-unknown-linux-musl.tar.xz
tar xJf openfairdb_v0.12.9.x86_64-unknown-linux-musl.tar.xz
RUST_LOG=info ROCKET_SECRET_KEY="hPRYyVRiMyxpw5sBB1XeCMN1kFsDCqKvBi2QJxBVHQk=" ./openfairdb
```

Expand Down
4 changes: 2 additions & 2 deletions ofdb-app-clearance/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 ofdb-frontend/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 openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: OpenFairDB API
version: 0.12.8
version: 0.12.9
contact:
name: slowtec GmbH
url: "https://slowtec.de"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018 - 2023 slowtec GmbH <[email protected]>
// Copyright (c) 2018 - 2024 slowtec GmbH <[email protected]>
// Copyright (c) 2015 - 2018 Markus Kohlhase <[email protected]>

use std::{env, path::PathBuf};
Expand Down

0 comments on commit c96f8e7

Please sign in to comment.