Skip to content

Commit

Permalink
Merge pull request #746 from pharo-project/preparing-release-v10.1.0
Browse files Browse the repository at this point in the history
Preparing release v10.1.0
  • Loading branch information
tesonep committed Feb 14, 2024
2 parents 9e3738a + 8c4b3fb commit a290a40
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change log

## v10.1.0
* Fixing undefined behaviors that Clang 15 removes by @tesonep in https://github.com/pharo-project/pharo-vm/pull/731
* Fix ‘doReport’ to take into account that ‘fopen’ can return NULL by @Rinzwind in https://github.com/pharo-project/pharo-vm/pull/739
* Change custom command in ‘vmmaker.cmake’ to take into account that the ‘CMAKE_CURRENT_BINARY_DIR_TO_OUT’ can contain spaces by @Rinzwind in https://github.com/pharo-project/pharo-vm/pull/738
* Integrating new format by @tesonep in https://github.com/pharo-project/pharo-vm/pull/734

New Contributors
* @Rinzwind made their first contribution in https://github.com/pharo-project/pharo-vm/pull/739

**Full Changelog**: https://github.com/pharo-project/pharo-vm/compare/v10.0.9...v10.1.0

## v10.0.9

* Improves in PermSpace by @tesonep in https://github.com/pharo-project/pharo-vm/pull/684
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ include(cmake/versionExtraction.cmake)
extractVCSInformation(GIT_COMMIT_HASH GIT_DESCRIBE GIT_COMMIT_DATE)

set(VERSION_MAJOR 10)
set(VERSION_MINOR 0)
set(VERSION_PATCH_NUMBER 9)
set(VERSION_MINOR 1)
set(VERSION_PATCH_NUMBER 0)

if(BUILD_IS_RELEASE)
set(VERSION_PATCH "${VERSION_PATCH_NUMBER}")
Expand Down

0 comments on commit a290a40

Please sign in to comment.