Skip to content

Commit

Permalink
Update Roassal to v1.06
Browse files Browse the repository at this point in the history
## What's Changed
* Reimplement some explicitly required methods to speed up shapes by @jecisc in pharo-graphics/Roassal#54
* Make RSAthensMorph apply the world renderer canvas scale factor by @Rinzwind in pharo-graphics/Roassal#56
* Added .gitignore file and Removed DS_Store file by @jordanmontt in pharo-graphics/Roassal#57
* Feature add relative y axis label values by @jordanmontt in pharo-graphics/Roassal#58

## New Contributors
* @jecisc made their first contribution in pharo-graphics/Roassal#54
* @jordanmontt made their first contribution in pharo-graphics/Roassal#57

**Full Changelog**: pharo-graphics/Roassal@v1.03...v1.06
  • Loading branch information
jecisc committed Mar 11, 2024
1 parent a0e865b commit 27d515a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfPharo/BaselineOfPharo.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ BaselineOfPharo class >> roassal [
newName: 'Roassal'
owner: 'pharo-graphics'
project: 'Roassal'
version: 'v1.05b'
version: 'v1.06'
]

{ #category : 'repository urls' }
Expand Down

0 comments on commit 27d515a

Please sign in to comment.