File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
9
9
10
- ## [ 2.3.0] ( https://github.com/NASA-AMMOS/AIT-GUI/compare/2.2.2...2.3.0 )
10
+ ## [ 2.3.1] ( https://github.com/NASA-AMMOS/AIT-GUI/compare/2.3.0...2.3.1 )
11
+
12
+ ### Merged
13
+
14
+ - Issue #200 - Properly decode received log messages in GUI plugin [ ` #201 ` ] ( https://github.com/NASA-AMMOS/AIT-GUI/pull/201 )
15
+
16
+ ### Fixed
17
+
18
+ - Issue #200 - Properly decode received log messages in GUI plugin [ ` #200 ` ] ( https://github.com/NASA-AMMOS/AIT-GUI/issues/200 )
19
+
20
+ ## [ 2.3.0] ( https://github.com/NASA-AMMOS/AIT-GUI/compare/2.2.2...2.3.0 ) - 2021-03-10
11
21
12
22
### Merged
13
23
@@ -22,6 +32,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
22
32
- Issue #194 - Fix improperly initialized 'dntoeu' packet states [ ` #194 ` ] ( https://github.com/NASA-AMMOS/AIT-GUI/issues/194 )
23
33
- Issue #196 - Fix UI Time64 decode handling of 0 value [ ` #196 ` ] ( https://github.com/NASA-AMMOS/AIT-GUI/issues/196 )
24
34
35
+ ### Commits
36
+
37
+ - Prep for 2.3.0 release [ ` 7c8be23 ` ] ( https://github.com/NASA-AMMOS/AIT-GUI/commit/7c8be235f896ec5d4a9085dea4af420100823e25 )
38
+
25
39
## [ 2.2.2] ( https://github.com/NASA-AMMOS/AIT-GUI/compare/2.2.1...2.2.2 ) - 2021-02-01
26
40
27
41
### Merged
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ait-gui" ,
3
- "version" : " 2.3.0 " ,
3
+ "version" : " 2.3.1 " ,
4
4
"description" : " AIT GUI" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 72
72
# built documents.
73
73
#
74
74
# The short X.Y version.
75
- version = u'2.3.0 '
75
+ version = u'2.3.1 '
76
76
# The full version, including alpha/beta/rc tags.
77
- release = u'2.3.0 '
77
+ release = u'2.3.1 '
78
78
79
79
# The language for content autogenerated by Sphinx. Refer to documentation
80
80
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ def run(self):
85
85
86
86
setup (
87
87
name = 'ait-gui' ,
88
- version = '2.3.0 ' ,
88
+ version = '2.3.1 ' ,
89
89
description = description ,
90
90
long_description = long_description ,
91
91
long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments