Skip to content

Commit 1b83971

Browse files
committed
Release COSMOS 3.8.2
1 parent 8283169 commit 1b83971

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

data/crc.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"lib/cosmos/io/json_drb.rb" 0x495EB58B
2-
"lib/cosmos/io/win32_serial_driver.rb" 0xB5AF7D58
2+
"lib/cosmos/io/win32_serial_driver.rb" 0xAA391322
33
"lib/cosmos/io/io_multiplexer.rb" 0x9C3213AD
44
"lib/cosmos/io/stderr.rb" 0x401624AF
55
"lib/cosmos/io/tcpip_server.rb" 0x2A294912
@@ -18,7 +18,7 @@
1818
"lib/cosmos/processors/processor.rb" 0x1FEB7030
1919
"lib/cosmos/processors/statistics_processor.rb" 0xE732AE7F
2020
"lib/cosmos/processors/watermark_processor.rb" 0x8829E260
21-
"lib/cosmos/version.rb" 0x4EE6A9C7
21+
"lib/cosmos/version.rb" 0x88B858F6
2222
"lib/cosmos/conversions/new_packet_log_conversion.rb" 0x4AA03555
2323
"lib/cosmos/conversions/segmented_polynomial_conversion.rb" 0xC498CE81
2424
"lib/cosmos/conversions/processor_conversion.rb" 0xC72B73BD
@@ -98,7 +98,7 @@
9898
"lib/cosmos/packets/parsers/packet_parser.rb" 0x26478943
9999
"lib/cosmos/packets/telemetry.rb" 0x83D17863
100100
"lib/cosmos/packets/binary_accessor.rb" 0x7D41D474
101-
"lib/cosmos/packets/packet.rb" 0x3EFBEDE3
101+
"lib/cosmos/packets/packet.rb" 0xE0279245
102102
"lib/cosmos/packets/structure.rb" 0x85F4F979
103103
"lib/cosmos/packets/commands.rb" 0x1A33428E
104104
"lib/cosmos/packets/limits_response.rb" 0xB836D388
@@ -110,7 +110,7 @@
110110
"lib/cosmos/core_ext.rb" 0x1951B346
111111
"lib/cosmos/streams/stream_protocol.rb" 0xEC382CA0
112112
"lib/cosmos/streams/tcpip_client_stream.rb" 0xA644ADBA
113-
"lib/cosmos/streams/terminated_stream_protocol.rb" 0x5DBDE591
113+
"lib/cosmos/streams/terminated_stream_protocol.rb" 0x3B45B46D
114114
"lib/cosmos/streams/burst_stream_protocol.rb" 0xA9F43F1C
115115
"lib/cosmos/streams/tcpip_socket_stream.rb" 0x7096E4FA
116116
"lib/cosmos/streams/preidentified_stream_protocol.rb" 0xC258238E
@@ -144,7 +144,7 @@
144144
"lib/cosmos/script/cmd_tlm_server.rb" 0x15F91C95
145145
"lib/cosmos/script/limits.rb" 0x9CED41D8
146146
"lib/cosmos/script/script.rb" 0xF1B3E1F2
147-
"lib/cosmos/script/tools.rb" 0x18E9BE05
147+
"lib/cosmos/script/tools.rb" 0x6323067F
148148
"lib/cosmos/ccsds/ccsds_packet.rb" 0xA30EE27E
149149
"lib/cosmos/ccsds/ccsds_parser.rb" 0x89A5FB3A
150150
"lib/cosmos/win32/excel.rb" 0xB4D4195E

lib/cosmos/version.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# encoding: ascii-8bit
22

3-
COSMOS_VERSION = '3.8.1'
3+
COSMOS_VERSION = '3.8.2'
44
module Cosmos
55
module Version
66
MAJOR = '3'
77
MINOR = '8'
8-
PATCH = '1'
9-
BUILD = 'fa125f2a38e0aa28f6d3000a80ea5167115172d7'
8+
PATCH = '2'
9+
BUILD = '8283169565fc37b09011e37193d511ff15a7d42c'
1010
end
11-
VERSION = '3.8.1'
11+
VERSION = '3.8.2'
1212
end

0 commit comments

Comments
 (0)