Skip to content

Commit 7cbf5d3

Browse files
authored
Merge pull request #85 from stackhpc/release-0.8.2
release 0.8.2
2 parents a088bee + 7a61d2b commit 7cbf5d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reductionist"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
edition = "2021"
55
# Due to AWS SDK.
66
rust-version = "1.66.1"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//! [University of Reading](http://www.reading.ac.uk/).
1010
//!
1111
//! This site provides documentation for the Reductionist source code.
12-
//! Documentation for the Reductionist application is hosted on [GitHub]().
12+
//! Documentation for the Reductionist application is hosted on [GitHub](https://stackhpc.github.io/reductionist-rs).
1313
//!
1414
//! This is a performant implementation of the Active Storage Server.
1515
//! The original Python functional prototype is available

0 commit comments

Comments
 (0)