Skip to content

Commit

Permalink
Merge pull request #765 from guillep/prepare-10.2.0
Browse files Browse the repository at this point in the history
Prepare Release 10.2.0
  • Loading branch information
guillep committed Apr 9, 2024
2 parents d2281f3 + 6637c51 commit f4c5e2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change log

## v10.2.0
* Add library with function to spawn a process connected to a pseudo-terminal by @Rinzwind in https://github.com/pharo-project/pharo-vm/pull/742
* Fix VM build in MacOS sonoma by @guillep in https://github.com/pharo-project/pharo-vm/pull/758
* Primitive to compare bytes by @doste in https://github.com/pharo-project/pharo-vm/pull/759
* Translate documentation picture to Englitsh by @Inao0 in https://github.com/pharo-project/pharo-vm/pull/764

**Full Changelog**: https://github.com/pharo-project/pharo-vm/compare/v10.1.1...v10.2.0

## v10.1.1
* Change custom command in ‘vmmaker.cmake’ to take into account that the ‘CMAKE_CURRENT_BINARY_DIR_TO_OUT’ can contain other characters besides spaces that require escaping by @Rinzwind in https://github.com/pharo-project/pharo-vm/pull/741
* Backporting PR for allocating in the old space by @jordanmontt in https://github.com/pharo-project/pharo-vm/pull/709
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 1)
set(VERSION_PATCH_NUMBER 1)
set(VERSION_MINOR 2)
set(VERSION_PATCH_NUMBER 0)

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

0 comments on commit f4c5e2a

Please sign in to comment.