Skip to content

Commit b4fca45

Browse files
author
Ivan Malykh
committed
version 0.9.0: Added support for Github repos through OpenCPU
1 parent 8d5d31c commit b4fca45

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.9.0
2+
3+
* Added support for Github R repos through OpenCPU
4+
15
# 0.8.2
26

37
* Added uri.port

lib/opencpu/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module OpenCPU
22
MAJOR = 0
3-
MINOR = 8
4-
TINY = 2
3+
MINOR = 9
4+
TINY = 0
55
VERSION = [MAJOR, MINOR, TINY].join('.')
66
end

0 commit comments

Comments
 (0)