From d3580812f961a2397f7738d2af0552ee82b17b17 Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Tue, 27 Jun 2023 14:46:30 +0200 Subject: [PATCH] Release 0.34.5 atomic-cli@0.34.5 atomic-server@0.34.5 atomic-server-tauri@0.34.5 atomic_lib@0.34.5 Generated by cargo-workspaces --- CHANGELOG.md | 4 ++-- Cargo.lock | 8 ++++---- cli/Cargo.toml | 2 +- desktop/Cargo.toml | 2 +- desktop/tauri.conf.json | 2 +- lib/Cargo.toml | 2 +- server/Cargo.toml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6e7fa60..014d48a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ By far most changes relate to `atomic-server`, so if not specified, assume the c Changes to JS assets are not included here, but in [`atomic-data-browser`'s CHANGELOG](https://github.com/atomicdata-dev/atomic-data-browser/blob/main/CHANGELOG.md). See [STATUS.md](server/STATUS.md) to learn more about which features will remain stable. -## UNRELEASED +## [v0.34.3] - 2023-06-27 - Remove `tpf` queries from `atomic-cli` #610 - Fix `pageSize` property in Collections not using persistence @@ -15,7 +15,7 @@ See [STATUS.md](server/STATUS.md) to learn more about which features will remain - Don't require building index for populate commands - Refactor `for_agent` arguments to use the new `ForAgent` enum #623 - Add support for Bearer token authentication, find in `/app/token` #632 -- Add a `query` endpoint that allows peroforming collection queries via an enpoint instead of repurposing the collections collection. +- Add a `query` endpoint that allows performing collection queries via an endpoint instead of repurposing the collections collection. - `resource.destroy` now recursively destroys its children. - Update JS assets, add History view diff --git a/Cargo.lock b/Cargo.lock index 4070550ac..c9cc9b64c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -462,7 +462,7 @@ dependencies = [ [[package]] name = "atomic-cli" -version = "0.34.4" +version = "0.34.5" dependencies = [ "assert_cmd", "atomic_lib", @@ -476,7 +476,7 @@ dependencies = [ [[package]] name = "atomic-server" -version = "0.34.2" +version = "0.34.5" dependencies = [ "actix", "actix-cors", @@ -526,7 +526,7 @@ dependencies = [ [[package]] name = "atomic-server-tauri" -version = "0.34.2" +version = "0.34.5" dependencies = [ "actix-rt", "atomic-server", @@ -538,7 +538,7 @@ dependencies = [ [[package]] name = "atomic_lib" -version = "0.34.3" +version = "0.34.5" dependencies = [ "base64 0.21.0", "bincode", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 46c91ad4a..792ef7528 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "atomic-cli" readme = "README.md" repository = "https://github.com/atomicdata-dev/atomic-server" -version = "0.34.4" +version = "0.34.5" [dependencies] atomic_lib = {version = "0.34.3", path = "../lib", features = ["config", "rdf"]} diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index ed328c30c..2e2aa2e75 100644 --- a/desktop/Cargo.toml +++ b/desktop/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "MIT" name = "atomic-server-tauri" repository = "https://github.com/atomicdata-dev/atomic-server" -version = "0.34.2" +version = "0.34.5" [build-dependencies] [build-dependencies.tauri-build] diff --git a/desktop/tauri.conf.json b/desktop/tauri.conf.json index b094fe8f2..a541e1a92 100644 --- a/desktop/tauri.conf.json +++ b/desktop/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Atomic Server", - "version": "0.34.2" + "version": "0.34.5" }, "build": { "distDir": "dist", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index f5e74c8b4..f5025e8c5 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "atomic_lib" readme = "README.md" repository = "https://github.com/atomicdata-dev/atomic-server" -version = "0.34.3" +version = "0.34.5" # Enables benchmarks to use the features, such as Db [[bench]] diff --git a/server/Cargo.toml b/server/Cargo.toml index 099f3a5eb..1cabae220 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "MIT" name = "atomic-server" repository = "https://github.com/atomicdata-dev/atomic-server" -version = "0.34.2" +version = "0.34.5" [[bin]] name = "atomic-server" path = "src/bin.rs"