Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilevsky committed Mar 9, 2021
1 parent 6ca98f5 commit 1200d03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## X.Y.Z (DD.MM.YYYY)
## 1.0.0 (2021-03-09)

* Changes.
* Initial release
2 changes: 1 addition & 1 deletion lib/simplecov/formatter/bitbucket_server.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module SimpleCov
module Formatter
class BitbucketServer
VERSION = '0.1.0'
VERSION = '1.0.0'

def initialize(base_uri, sha = ENV['GIT_COMMIT'])
@base_uri = base_uri
Expand Down
2 changes: 1 addition & 1 deletion spec/simplecov/formatter/bitbucket_server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
.with(
headers: {
'Content-Type' => 'application/json',
'User-Agent' => 'SimpleCov-BitbucketServer/0.1.0'
'User-Agent' => 'SimpleCov-BitbucketServer/1.0.0'
},
body: '{"files":[{"path":"path/to/file.rb","coverage":"C:1,2;P:3;U:4,5"}]}'
)
Expand Down

0 comments on commit 1200d03

Please sign in to comment.