Skip to content

Commit

Permalink
Prepare v0.9.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
wahn committed Mar 10, 2022
1 parent ac30148 commit f57451f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Jan Walter <jan@janwalter.com>"]
edition = "2018"
name = "rs_pbrt"
version = "0.9.5"
version = "0.9.6"
license = "MIT OR Apache-2.0"
license-file = "LICENSE.rtf"
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ homepage = "https://www.rs-pbrt.org"
[dependencies]
atom = "0.4.0"
atomic = "0.5.1"
blend_info = "0.2.6"
blend_info = "0.2.7"
# blend_info = { path = "../blend_info" }
byteorder = "1.4.3"
crossbeam = "0.8.1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ https://www.rs-pbrt.org/doc/crates/rs_pbrt/index.html
```shell
> cargo build --release --no-default-features
> ./target/release/rs_pbrt --help
rs_pbrt 0.9.5
rs_pbrt 0.9.6
Parse a PBRT scene file (extension .pbrt) and render it

USAGE:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Jan Douglas Bert Walter'

# The full version, including alpha/beta/rc tags
release = '0.9.5'
release = '0.9.6'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ you get a simple **usage** message of the main executable ``rs_pbrt``:
# relative path to executable rs_pbrt (assuming release build)
./target/release/rs_pbrt --help
# output
rs_pbrt 0.9.5
rs_pbrt 0.9.6
Parse a PBRT scene file (extension .pbrt) and render it
USAGE:
Expand Down Expand Up @@ -146,7 +146,7 @@ The **version** can be checked by:
# print version number
./target/release/rs_pbrt --version
# output
rs_pbrt 0.9.5
rs_pbrt 0.9.6
Your first rendered image
=========================
Expand All @@ -159,7 +159,7 @@ render a `PNG`_ image (currently always being called ``pbrt.png``):
# specifing an input file
./target/release/rs_pbrt ~/git/gitlab/rs-pbrt-test-scenes/pbrt/cornell_box/cornell_box.pbrt
# output
pbrt version 0.9.5 (unknown) [Detected 4 cores]
pbrt version 0.9.6 (unknown) [Detected 4 cores]
Copyright (c) 2016-2022 Jan Douglas Bert Walter.
Rust code based on C++ code by Matt Pharr, Greg Humphreys, and Wenzel Jakob.
Film "image"
Expand Down

0 comments on commit f57451f

Please sign in to comment.