Skip to content

Commit 448fd26

Browse files
committed
Getting ready for release
1 parent fc1a788 commit 448fd26

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v2.1.0 Refactor how we configure geany so we can use ENV['HOME'] rather hard code config file. Bump to JRuby-9.2.12.0, include Sam Pottingers July 2020 staging changes.
2+
13
v2.0.1 Use JOGL-2.4.0-rc fixes reflection warnings, remove geomerative and wordcram gem dependencies since can now be in step with JRubyArt and propane (re jdk compatibility), bump version for release. Removed Gottfreid Haider shaders, warn legacy driver doesn't work with P2D and P3D sketches. Support aarch64 architecture on RaspberriPI4.
24

35
v2.0.0 Use JDK11+ update to processing-3.5.4 suggest jruby-9.2.11.0

lib/picrate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module PiCrate
4-
VERSION = '2.0.1'
4+
VERSION = '2.1.0'
55
end

vendors/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require 'fileutils'
44
require 'rake/clean'
5-
relative_require 'geany'
5+
require_relative './geany'
66
WARNING = 'WARNING: wget download failed you could do a manual download'
77
SOUND = 'sound.zip'
88
SOUND_VERSION = 'v1.3.2'

0 commit comments

Comments
 (0)