Skip to content

Commit

Permalink
Release v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Sep 19, 2023
1 parent e4547c3 commit b051b20
Show file tree
Hide file tree
Showing 13 changed files with 199 additions and 182 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
stages:
- commit-msg
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.9.2
rev: v0.10.0
hooks:
- id: markdownlint-cli2
- repo: https://github.com/shellcheck-py/shellcheck-py
Expand Down
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.6 (2023-09-19)

- fix: check invalid timestamp values
- chore: Update dependencies
- chore: slightly refactor the frontend code

## v0.12.5 (2023-07-51)

- fix: loading config
Expand Down
90 changes: 45 additions & 45 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,7 +4,7 @@ version.workspace = true
edition.workspace = true

[workspace.package]
version = "0.12.5"
version = "0.12.6"
repository = "https://github.com/kartevonmorgen/openfairdb"
homepage = "https://github.com/kartevonmorgen/openfairdb"
keywords = ["geo", "fair", "sustainability"]
Expand Down Expand Up @@ -50,7 +50,7 @@ ofdb-webserver = "=0.0.0"
ofdb-entities = "*"

anyhow = "1.0.75"
clap = { version = "4.4.3", features = ["cargo", "derive"] }
clap = { version = "4.4.4", features = ["cargo", "derive"] }
dotenvy = "0.15.7"
duration-str = { version = "0.5.1", default-features = false, features = ["serde"] }
env_logger = "0.10.0"
Expand Down
Loading

0 comments on commit b051b20

Please sign in to comment.