Skip to content

Commit 60e3258

Browse files
authored
update changelog for v1.0.0 (#104)
1 parent a8f83a3 commit 60e3258

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88

99
## [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+
1020
## [0.8.0] - 2021-08-27
1121

1222
### Changed
@@ -124,7 +134,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
124134
### Fixed
125135
- ensure app doesn't crash if there is no `~/maya/projects` directory [#30](https://github.com/OSC/frame-renderer/issues/30)
126136

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
128139
[0.8.0]: https://github.com/OSC/frame-renderer/compare/v0.7.0...v0.8.0
129140
[0.7.0]: https://github.com/OSC/frame-renderer/compare/v0.6.3...v0.7.0
130141
[0.6.3]: https://github.com/OSC/frame-renderer/compare/v0.6.2...v0.6.3

0 commit comments

Comments
 (0)