We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b492f26 commit 0b57a44Copy full SHA for 0b57a44
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a CHANGELOG](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
-Upcoming: v0.6.2: Correct gemspec: allowed_push_host, changelog_uri
+2020-08-13 v0.6.2: Correct gemspec: allowed_push_host, changelog_uri
8
9
2020-08-12 v0.6.1: Prepare for deploy to RubyGems
10
- Updated docs, using yard.
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
- tusc (0.6.1)
+ tusc (0.6.2)
ougai (~> 1.8)
GEM
lib/tusc/version.rb
@@ -1,3 +1,3 @@
module TusClient
- VERSION = '0.6.1'.freeze
+ VERSION = '0.6.2'.freeze
end
0 commit comments