Skip to content

Commit

Permalink
v0.30.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Jan 15, 2022
1 parent 5555b70 commit 25eca03
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
List of changes for this repo, including `atomic-cli`, `atomic-server` and `atomic-lib`.
By far most changes relate to `atomic-server`, so if not specified, assume the changes are relevant only for the server.

## [unreleased]
## [v0.30.4] - 2021-01-15

Run with `--rebuild-index` the first time, if you use an existing database.
Note that due to an issue in actix, I'm unable to publish the `atomic-server` crate at this moment.
You can still build from source by cloning the repo.

- Improve performance for applying commits and updating index (from ca. 50ms to <1ms), refactor value index #282
- More tracing / logging insights
Expand Down
4 changes: 2 additions & 2 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 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/joepio/atomic-data-rust"
version = "0.30.3"
version = "0.30.4"

[dependencies]
base64 = "0.13.0"
Expand Down
4 changes: 2 additions & 2 deletions 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/joepio/atomic-data-rust"
version = "0.30.3"
version = "0.30.4"
[[bin]]
name = "atomic-server"
path = "src/bin.rs"
Expand Down Expand Up @@ -49,7 +49,7 @@ version = "4.0.0-beta.18"
[dependencies.atomic_lib]
features = ["config", "db", "rdf"]
path = "../lib"
version = "0.30.3"
version = "0.30.4"

[dependencies.clap]
features = ["derive", "env", "cargo"]
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/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/joepio/atomic-data-rust"
version = "0.30.3"
version = "0.30.4"

[build-dependencies]
[build-dependencies.tauri-build]
Expand All @@ -20,7 +20,7 @@ serde_json = "1.0"
# We don't need HTTPS for desktop usage
default-features = false
path = "../server"
version = "0.30.1"
version = "0.30.4"

[dependencies.serde]
features = ["derive"]
Expand Down

0 comments on commit 25eca03

Please sign in to comment.