Skip to content

Commit 6a71964

Browse files
committed
Prep for 2.2.2 release
1 parent 10bd4d0 commit 6a71964

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [2.2.1](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.2.0...2.2.1)
10+
## [2.2.2](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.2.1...2.2.2)
11+
12+
### Merged
13+
14+
- Issue #189 - Update diff handling of complex types and human readable values [`#191`](https://github.com/NASA-AMMOS/AIT-GUI/pull/191)
15+
16+
### Commits
17+
18+
- Issue #189 and #190 - Fix data formatting with new data diffing [`138ccec`](https://github.com/NASA-AMMOS/AIT-GUI/commit/138ccecd152cd8214535690dedeaa408522f6d92)
19+
- Issue #189 - Update backend handling of Complex types when diffing [`2d2f36c`](https://github.com/NASA-AMMOS/AIT-GUI/commit/2d2f36ce090d222ad00427220c7cf4dd01b14995)
20+
21+
## [2.2.1](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.2.0...2.2.1) - 2021-01-20
1122

1223
### Merged
1324

@@ -16,6 +27,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1627
- Issue #183 - Minor typo fix in static directory warn [`#184`](https://github.com/NASA-AMMOS/AIT-GUI/pull/184)
1728
- Issue #181 - Drop old notification test scripts [`#182`](https://github.com/NASA-AMMOS/AIT-GUI/pull/182)
1829

30+
### Commits
31+
32+
- Prep for 2.2.1 [`0af0c88`](https://github.com/NASA-AMMOS/AIT-GUI/commit/0af0c88a01a10004cb961c9adb1c68184a142cdb)
33+
1934
## [2.2.0](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.1.0...2.2.0) - 2020-12-16
2035

2136
### Merged

ait/gui/static/build/ait.bundle.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ait/gui/static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ait-gui",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "AIT GUI",
55
"main": "index.js",
66
"scripts": {

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
# built documents.
7373
#
7474
# The short X.Y version.
75-
version = u'2.2.1'
75+
version = u'2.2.2'
7676
# The full version, including alpha/beta/rc tags.
77-
release = u'2.2.1'
77+
release = u'2.2.2'
7878

7979
# The language for content autogenerated by Sphinx. Refer to documentation
8080
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def run(self):
8585

8686
setup(
8787
name = 'ait-gui',
88-
version = '2.2.1',
88+
version = '2.2.2',
8989
description = description,
9090
long_description = long_description,
9191
long_description_content_type = 'text/x-rst',

0 commit comments

Comments
 (0)