Skip to content

Commit bfc9c61

Browse files
committed
Prepare v0.9.5 release.
1 parent d356b33 commit bfc9c61

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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
@@ -2,7 +2,7 @@
22
authors = ["Jan Walter <jan@janwalter.com>"]
33
edition = "2018"
44
name = "rs_pbrt"
5-
version = "0.9.4"
5+
version = "0.9.5"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
88
repository = "https://github.com/wahn/rs_pbrt"

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.4
29+
rs_pbrt 0.9.5
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.4'
25+
release = '0.9.5'
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.4
120+
rs_pbrt 0.9.5
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.4
149+
rs_pbrt 0.9.5
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.4 (unknown) [Detected 4 cores]
162+
pbrt version 0.9.5 (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)