Skip to content

Commit

Permalink
Bumped minor version and updated changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman committed Jun 2, 2015
1 parent 68486b6 commit 3702baa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# 0.13.1.0
==========

Apps
-----------------------------------------------------------------------

- Test app can now run multiple named test cases, specified via the
"testCases" command line argument.
- Fixed errors caused by special characters in .gfr filenames.

UI
-----------------------------------------------------------------------
Expand All @@ -14,6 +18,16 @@ UI
in 0.13.0.0.
- Fixed ObjectWriter UI, which was broken in 0.13.0.0.

OSL
-----------------------------------------------------------------------

- Added utility shaders for float maths and noise.

Image
-----------------------------------------------------------------------

- Fixed bug in DeleteChannels::hashChannelNames().

Houdini
-----------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import subprocess

gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below
gafferMajorVersion = 13 # backwards-incompatible changes
gafferMinorVersion = 0 # new backwards-compatible features
gafferMinorVersion = 1 # new backwards-compatible features
gafferPatchVersion = 0 # bug fixes

# All of the following must be considered when determining
Expand Down

0 comments on commit 3702baa

Please sign in to comment.