Skip to content

Commit

Permalink
Release v0.12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Jan 7, 2025
1 parent 66e9de0 commit d5e2625
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.12.11 (2025-01-07)

- new: Add option to copy API token to clipboard in the frontend
- new: Extend `ofdb-frontend-api`
- chore: Update dependencies

## v0.12.10 (2024-06-07)

- new: Make subscription notifications configurable
Expand Down
10 changes: 5 additions & 5 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.10"
version = "0.12.11"
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 - 2024 [slowtec GmbH](https://slowtec.de)\
Copyright (c) 2018 - 2025 [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.10/openfairdb_v0.12.10.x86_64-unknown-linux-musl.tar.xz),
Download the [latest build](https://github.com/kartevonmorgen/openfairdb/releases/download/v0.12.11/openfairdb_v0.12.11.x86_64-unknown-linux-musl.tar.xz),
unpack and start it:

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

Expand Down
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.10
version: 0.12.11
contact:
name: slowtec GmbH
url: "https://slowtec.de"
Expand Down

0 comments on commit d5e2625

Please sign in to comment.