Skip to content

Commit

Permalink
BRAYNS 581 - 3.2.2 Release preparation (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
NadirRoGue authored Sep 22, 2023
1 parent 8345359 commit 51db355
Show file tree
Hide file tree
Showing 9 changed files with 396 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set(BUILD_SHARED_LIBS ON)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

project(Brayns VERSION 3.2.1)
project(Brayns VERSION 3.2.2)

# Extra CMake scripts
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMake)
Expand Down
13 changes: 13 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [3.2.2](https://github.com/BlueBrain/Brayns/tree/3.2.2)

**Implemented fixes and enhancements:**

- Use libsonata endfeet mesh path [\#1201] (https://github.com/BlueBrain/Brayns/pull/1201)
- Add healthcheck for Docker [\#1200](https://github.com/BlueBrain/Brayns/pull/1200)
- Replace glm with rkcommon math [\#1198](https://github.com/BlueBrain/Brayns/pull/1198)
- Add morphology section coloring [\#1196](https://github.com/BlueBrain/Brayns/pull/1196)
- Add principled material [\#1195](https://github.com/BlueBrain/Brayns/pull/1195)
- Add bbp metadata to image [\#1194](https://github.com/BlueBrain/Brayns/pull/1194)
- Optimize morphology section geometry mapping [\#1193](https://github.com/BlueBrain/Brayns/pull/1193)
- Include zlib and bzip2 include dirs [\#1192](https://github.com/BlueBrain/Brayns/pull/1192)

## [3.2.1](https://github.com/BlueBrain/Brayns/tree/3.2.1)

**Implemented fixes and enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion python/brayns/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# along with this library; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

VERSION = "3.2.1"
VERSION = "3.2.2"
"""Version tag of brayns Python package (major.minor.patch)."""
2 changes: 1 addition & 1 deletion python/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# built documents.
#
# The short X.Y version.
version = "3.2.1"
version = "3.2.2"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
Loading

0 comments on commit 51db355

Please sign in to comment.