Skip to content

Commit 22507ea

Browse files
committed
get ready for release
1 parent a229711 commit 22507ea

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
v0.8.2 Remove unecessary MacOS variations.
1+
v0.9.0 Remove unnecessary MacOS variations, bump examples version
22

3-
v0.8.1 Refactor processing.core.PFont to remove need to load Fonts, that was a kack to support MacOS. List available fonts instead.
3+
v0.8.1 Refactor processing.core.PFont to remove need to load Fonts, that was a hack to support MacOS. List available fonts instead.
44

55
v0.8.0 Refactor processing code to jdk8 syntax, include lambda, switch on string etc. Make some methods used in constructors (eg allocate) final, might cause breakages? Using maven `release` flag which assumes build with jdk9+ (though targeting 8, which only supports `source` & `release` flags). The Jar manifest is now dynamically created by maven, which allows `travisci` to pass on java build.
66

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project 'picrate', 'http://maven.apache.org' do
22

33
model_version '4.0.0'
4-
id 'ruby-processing:picrate:0.8.1'
4+
id 'ruby-processing:picrate:0.9.0'
55
packaging 'jar'
66

77
description 'An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing.'

vendors/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SOUND_VERSION = 'v1.3.2'
99
GLVIDEO = 'processing-glvideo.zip'
1010
VIDEO = 'video-2.zip'
1111
VIDEO_VERSION = '2'
12-
EXAMPLES = '0.3.0'
12+
EXAMPLES = '0.4.0'
1313
HOME_DIR = ENV['HOME']
1414
CLOBBER.include(EXAMPLES, SOUND, GLVIDEO, VIDEO)
1515

0 commit comments

Comments
 (0)