File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
9
9
## [ Unreleased]
10
+
11
+ ## [ 1.0.0] - 2021-09-20
12
+
13
+ 1.0.0 requires a database migration from 0.x versions, so it's increased a major version
14
+
15
+ ### Added
16
+ * Support for V-Ray in [ 103] ( https://github.com/OSC/frame-renderer/pull/103 ) .
17
+ This work was done in a feature branch and holds many smaller merges than just this
18
+ one PR.
19
+
10
20
## [ 0.8.0] - 2021-08-27
11
21
12
22
### Changed
@@ -124,7 +134,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
124
134
### Fixed
125
135
- ensure app doesn't crash if there is no ` ~/maya/projects ` directory [ #30 ] ( https://github.com/OSC/frame-renderer/issues/30 )
126
136
127
- [ Unreleased ] : https://github.com/OSC/frame-renderer/compare/v0.8.0...HEAD
137
+ [ Unreleased ] : https://github.com/OSC/frame-renderer/compare/v1.0.0...HEAD
138
+ [ 1.0.0 ] : https://github.com/OSC/frame-renderer/compare/v0.8.0...v1.0.0
128
139
[ 0.8.0 ] : https://github.com/OSC/frame-renderer/compare/v0.7.0...v0.8.0
129
140
[ 0.7.0 ] : https://github.com/OSC/frame-renderer/compare/v0.6.3...v0.7.0
130
141
[ 0.6.3 ] : https://github.com/OSC/frame-renderer/compare/v0.6.2...v0.6.3
You can’t perform that action at this time.
0 commit comments