Skip to content

Commit

Permalink
Merge pull request #773 from guillep/merge-10-2-1
Browse files Browse the repository at this point in the history
Prepare release 10.2.1
  • Loading branch information
guillep authored Apr 29, 2024
2 parents 17ff0a5 + 75f00e3 commit d1bfe9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## v10.2.1
* Adding the missing tty.c file in the packaging. by @tesonep in https://github.com/pharo-project/pharo-vm/pull/771
* Do not allow comparing objects of different types by @guillep in https://github.com/pharo-project/pharo-vm/pull/772

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

## 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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extractVCSInformation(GIT_COMMIT_HASH GIT_DESCRIBE GIT_COMMIT_DATE)

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

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

0 comments on commit d1bfe9e

Please sign in to comment.