Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ae3d966

Browse files
committedFeb 11, 2023
Release 0.34.1
[email protected] [email protected] Generated by cargo-workspaces
1 parent 6fc885e commit ae3d966

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
 

‎CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ 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.1] - 2023-02-11
99

1010
- Improve query performance, refactor indexes. The `.tpf` API is deprecated in favor of the more powerful `.query`. #529
11+
- Replace `acme_lib` with `instant-acme`, drop OpenSSL dependency, add DNS verification for TLS option with `--https-dns` #192
1112
- Improved error handling for HTTPS initialization #530
1213
- Add `--force` to `atomic-server import` #536
1314
- Fix index issue happening when deleting a single property in a sorted collection #545
@@ -19,7 +20,6 @@ See [STATUS.md](server/STATUS.md) to learn more about which features will remain
1920
- Meta tags server side #577
2021
- Include JSON-AD in initial response, speed up first render #511
2122
- Remove feature to index external RDF files and search them #579
22-
- Replace `acme_lib` with `instant-acme`, drop OpenSSL dependency, add DNS verification for TLS option with `--https-dns` #192
2323
- Add staging environment #588
2424
- Add systemd instructions to readme #271
2525

‎Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎desktop/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "Atomic Server",
4-
"version": "0.34.0"
4+
"version": "0.34.1"
55
},
66
"build": {
77
"distDir": "dist",

‎lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
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-data-rust"
9-
version = "0.34.0"
9+
version = "0.34.1"
1010

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

‎server/Cargo.toml

Lines changed: 1 addition & 1 deletion
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-data-rust"
9-
version = "0.34.0"
9+
version = "0.34.1"
1010
[[bin]]
1111
name = "atomic-server"
1212
path = "src/bin.rs"

0 commit comments

Comments
 (0)
Please sign in to comment.