Skip to content

Commit

Permalink
release: prepare v1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mistafunk committed Jul 25, 2019
1 parent 42efe5f commit 8070b4b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Serlio ChangeLog

## v0.5.0 (XXX, 2019)
## v1.0.0-beta.1 (2019-XX-XX)
* Added attribute sorting in the Maya node editor like in CityEngine.
* Fixed saving of string rule attributes in Maya scene.
* Fixed connectivity of generated meshes and normal orientation.
* Fixed handling of rule attribute annotations (enum, range).
* Fixed tex-coords handling in case some meshes do not have any.
* Performance optimizations.
* Rebranding to "Serlio" in UI.
* Publication of source code on github.

## v0.5.0 (2019-06-12)
* First release after complete rewrite based on Maya "modifier node" example.
* Better UX and conformance with behavior of other Maya geometry tools (e.g. undo).
* Improved performance and Material support.
Expand Down
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ include(common.cmake)

### version

set(SRL_VERSION_MAJOR 0)
set(SRL_VERSION_MINOR 5)
set(SRL_VERSION_PATCH 0)
set(SRL_VERSION_MAJOR 1)
set(SRL_VERSION_MINOR 0)
set(SRL_VERSION_PATCH 0-beta.1)
if(NOT SRL_VERSION_BUILD)
set(SRL_VERSION_BUILD DEV)
endif()
Expand Down

0 comments on commit 8070b4b

Please sign in to comment.