We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cdb7f commit ce1fc62Copy full SHA for ce1fc62
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 3.2.0 / 2020-10-06
2
+
3
+* [ENHANCEMENT] Update GithubStats dep
4
5
# 3.1.1 / 2020-08-13
6
7
* [ENHANCEMENT] Update GithubStats dep
githubchart.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
s.test_files = `git ls-files spec/*`.split
18
s.executables = ['githubchart']
19
20
- s.add_runtime_dependency 'githubstats', '~> 3.0.2'
+ s.add_runtime_dependency 'githubstats', '~> 3.1.0'
21
s.add_runtime_dependency 'svgplot', '~> 1.0.0'
22
23
s.add_development_dependency 'rubocop', '~> 0.76.0'
lib/githubchart/version.rb
@@ -1,5 +1,5 @@
##
# Define the version
module GithubChart
- VERSION = '3.1.1'.freeze
+ VERSION = '3.2.0'.freeze
end
0 commit comments