We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a1e40 commit e845a78Copy full SHA for e845a78
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 3.3.1 / 2021-02-06
2
+
3
+* [BUGFIX] Actually bump githubstats dep
4
5
# 3.3.0 / 2021-02-06
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.1.0'
+ s.add_runtime_dependency 'githubstats', '~> 3.2.0'
21
s.add_runtime_dependency 'svgplot', '~> 1.0.0'
22
23
s.add_development_dependency 'goodcop', '~> 0.9.3'
lib/githubchart/version.rb
@@ -1,5 +1,5 @@
##
# Define the version
module GithubChart
- VERSION = '3.3.0'.freeze
+ VERSION = '3.3.1'.freeze
end
0 commit comments