Skip to content

Commit

Permalink
v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Apr 2, 2021
1 parent 7567c8c commit 370ce2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## unreleased

## v3.6.0 (2021-04-02)

* Use `Process.clock_gettime` instead of `Time.now` which is faster and should give proper estimates even if sleeping in the middle [#13](https://github.com/toy/progress/issues/13) [@toy](https://github.com/toy)

## v3.5.2 (2019-07-14)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2008-2019 Ivan Kuchin
Copyright (c) 2008-2021 Ivan Kuchin

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ end

## Copyright

Copyright (c) 2008-2019 Ivan Kuchin. See LICENSE.txt for details.
Copyright (c) 2008-2021 Ivan Kuchin. See LICENSE.txt for details.
2 changes: 1 addition & 1 deletion progress.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'progress'
s.version = '3.5.2'
s.version = '3.6.0'
s.summary = %q{Show progress of long running tasks}
s.homepage = "https://github.com/toy/#{s.name}"
s.authors = ['Ivan Kuchin']
Expand Down

0 comments on commit 370ce2e

Please sign in to comment.