Skip to content

Commit ebcd7e5

Browse files
committed
Bump version to 0.6.0
1 parent dca3252 commit ebcd7e5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog for Data Transloader
22

3-
## Version 0.6.0 (TBD)
3+
## Version 0.6.0 (2019-08-28)
44

55
* Add support for HTTP Basic Access Authentication when downloading and uploading data/metadata
66
* Support custom HTTP headers being specified by API or by command-line tool
@@ -26,6 +26,8 @@
2626
* Add DataFile class for re-using data file partial downloading between providers
2727
* Download data file metadata for Data Garrison when downloading metadata
2828
* Use Data File partial downloads for Data Garrison instead of HTML parsing for observations
29+
* Remove obsolete code in Campbell Scientific station class
30+
* Avoid storing multiple duplicate datastreams for Campbell Scientific stations
2931

3032
## Version 0.5.0 (2019-07-26)
3133

lib/sensorthings/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module SensorThings
22
def self.version
3-
'0.5.0'
3+
'0.6.0'
44
end
55
end

lib/transloader/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Transloader
22
def self.version
3-
'0.5.0'
3+
'0.6.0'
44
end
55
end

0 commit comments

Comments
 (0)