Skip to content

Commit

Permalink
Release v0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Mar 24, 2023
1 parent 5cc6642 commit 278adfd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
args: [--ignore-words=.codespellignore]
exclude: ^search_results\.json|src/ports/web/frontend/login\.rs|ofdb-gateways/src/user_communication/mod\.rs|doc/c4-plantuml/.*\.puml|Cargo.lock|ofdb-gateways/src/user_communication/templates/.*\.txt$
exclude: ^search_results\.json|src/ports/web/frontend/login\.rs|ofdb-gateways/src/user_communication/mod\.rs|doc/c4-plantuml/.*\.puml|Cargo.lock|ofdb-gateways/src/user_communication/templates/.*\.txt|ofdb-core/src/usecases/find_duplicates.rs|ofdb-gateways/src/email/sendmail.rs$
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.21.0
rev: 0.22.0
hooks:
- id: check-github-actions
- id: check-github-workflows
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v3.0.0-alpha.6
hooks:
- id: prettier
types_or:
Expand Down
8 changes: 4 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ version.workspace = true
edition.workspace = true

[workspace.package]
version = "0.12.3"
version = "0.12.4"
repository = "https://github.com/kartevonmorgen/openfairdb"
homepage = "https://github.com/kartevonmorgen/openfairdb"
keywords = ["geo", "fair", "sustainability"]
authors = ["slowtec GmbH <[email protected]>"]
license = "AGPL-3.0-or-later"
edition = "2021"
rust-version = "1.68.0"
rust-version = "1.68.1"

[workspace]
members = [
Expand Down
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.3/openfairdb_v0.12.3.x86_64-unknown-linux-musl.tar.xz),
Download the [latest build](https://github.com/kartevonmorgen/openfairdb/releases/download/v0.12.4/openfairdb_v0.12.4.x86_64-unknown-linux-musl.tar.xz),
unpack and start it:

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

Expand Down
6 changes: 3 additions & 3 deletions ofdb-app-clearance/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.3
version: 0.12.4
contact:
name: slowtec GmbH
url: "https://slowtec.de"
Expand Down

0 comments on commit 278adfd

Please sign in to comment.