Skip to content

Commit f57451f

Browse files
committed
Prepare v0.9.6 release.
1 parent ac30148 commit f57451f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Jan Walter <[email protected]>"]
33
edition = "2018"
44
name = "rs_pbrt"
5-
version = "0.9.5"
5+
version = "0.9.6"
66
license = "MIT OR Apache-2.0"
77
license-file = "LICENSE.rtf"
88
readme = "README.md"
@@ -13,7 +13,7 @@ homepage = "https://www.rs-pbrt.org"
1313
[dependencies]
1414
atom = "0.4.0"
1515
atomic = "0.5.1"
16-
blend_info = "0.2.6"
16+
blend_info = "0.2.7"
1717
# blend_info = { path = "../blend_info" }
1818
byteorder = "1.4.3"
1919
crossbeam = "0.8.1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ https://www.rs-pbrt.org/doc/crates/rs_pbrt/index.html
2626
```shell
2727
> cargo build --release --no-default-features
2828
> ./target/release/rs_pbrt --help
29-
rs_pbrt 0.9.5
29+
rs_pbrt 0.9.6
3030
Parse a PBRT scene file (extension .pbrt) and render it
3131

3232
USAGE:

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Jan Douglas Bert Walter'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.9.5'
25+
release = '0.9.6'
2626

2727

2828
# -- General configuration ---------------------------------------------------

docs/source/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ you get a simple **usage** message of the main executable ``rs_pbrt``:
117117
# relative path to executable rs_pbrt (assuming release build)
118118
./target/release/rs_pbrt --help
119119
# output
120-
rs_pbrt 0.9.5
120+
rs_pbrt 0.9.6
121121
Parse a PBRT scene file (extension .pbrt) and render it
122122
123123
USAGE:
@@ -146,7 +146,7 @@ The **version** can be checked by:
146146
# print version number
147147
./target/release/rs_pbrt --version
148148
# output
149-
rs_pbrt 0.9.5
149+
rs_pbrt 0.9.6
150150
151151
Your first rendered image
152152
=========================
@@ -159,7 +159,7 @@ render a `PNG`_ image (currently always being called ``pbrt.png``):
159159
# specifing an input file
160160
./target/release/rs_pbrt ~/git/gitlab/rs-pbrt-test-scenes/pbrt/cornell_box/cornell_box.pbrt
161161
# output
162-
pbrt version 0.9.5 (unknown) [Detected 4 cores]
162+
pbrt version 0.9.6 (unknown) [Detected 4 cores]
163163
Copyright (c) 2016-2022 Jan Douglas Bert Walter.
164164
Rust code based on C++ code by Matt Pharr, Greg Humphreys, and Wenzel Jakob.
165165
Film "image"

0 commit comments

Comments
 (0)