Skip to content

Commit d358081

Browse files
committed
1 parent d1f1c3c commit d358081

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ By far most changes relate to `atomic-server`, so if not specified, assume the c
55
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).
66
See [STATUS.md](server/STATUS.md) to learn more about which features will remain stable.
77

8-
## UNRELEASED
8+
## [v0.34.3] - 2023-06-27
99

1010
- Remove `tpf` queries from `atomic-cli` #610
1111
- 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
1515
- Don't require building index for populate commands
1616
- Refactor `for_agent` arguments to use the new `ForAgent` enum #623
1717
- Add support for Bearer token authentication, find in `/app/token` #632
18-
- Add a `query` endpoint that allows peroforming collection queries via an enpoint instead of repurposing the collections collection.
18+
- Add a `query` endpoint that allows performing collection queries via an endpoint instead of repurposing the collections collection.
1919
- `resource.destroy` now recursively destroys its children.
2020
- Update JS assets, add History view
2121

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
name = "atomic-cli"
77
readme = "README.md"
88
repository = "https://github.com/atomicdata-dev/atomic-server"
9-
version = "0.34.4"
9+
version = "0.34.5"
1010

1111
[dependencies]
1212
atomic_lib = {version = "0.34.3", path = "../lib", features = ["config", "rdf"]}

desktop/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "MIT"
77
name = "atomic-server-tauri"
88
repository = "https://github.com/atomicdata-dev/atomic-server"
9-
version = "0.34.2"
9+
version = "0.34.5"
1010

1111
[build-dependencies]
1212
[build-dependencies.tauri-build]

desktop/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "Atomic Server",
4-
"version": "0.34.2"
4+
"version": "0.34.5"
55
},
66
"build": {
77
"distDir": "dist",

lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
name = "atomic_lib"
77
readme = "README.md"
88
repository = "https://github.com/atomicdata-dev/atomic-server"
9-
version = "0.34.3"
9+
version = "0.34.5"
1010

1111
# Enables benchmarks to use the features, such as Db
1212
[[bench]]

server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "MIT"
77
name = "atomic-server"
88
repository = "https://github.com/atomicdata-dev/atomic-server"
9-
version = "0.34.2"
9+
version = "0.34.5"
1010
[[bin]]
1111
name = "atomic-server"
1212
path = "src/bin.rs"

0 commit comments

Comments
 (0)