Skip to content

Commit

Permalink
Release 0.34.5
Browse files Browse the repository at this point in the history
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
  • Loading branch information
joepio committed Jun 27, 2023
1 parent d1f1c3c commit d358081
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

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.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down
2 changes: 1 addition & 1 deletion desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion desktop/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Atomic Server",
"version": "0.34.2"
"version": "0.34.5"
},
"build": {
"distDir": "dist",
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d358081

Please sign in to comment.