@@ -35,7 +35,15 @@ release.
35
35
36
36
## [ Unreleased]
37
37
38
- ## 1.0
38
+ ## 1.0.1
39
+
40
+ ### Changed
41
+ - Changes to support integration with ISIS [ #48 ] ( https://github.com/DOI-USGS/SpiceQL/pull/48 )
42
+
43
+ ### Fixed
44
+ - Fixed getLatestKernels bug [ #49 ] ( https://github.com/DOI-USGS/SpiceQL/pull/49 )
45
+
46
+ ## 1.0.0
39
47
40
48
### Added
41
49
@@ -46,9 +54,26 @@ release.
46
54
- Adds support for LROC MiniRF [ #10 ] ( https://github.com/DOI-USGS/SpiceQL/issues/10 )
47
55
- Adds support for MSL [ #15 ] ( https://github.com/DOI-USGS/SpiceQL/issues/15 )
48
56
- Adds support for MER [ #14 ] ( https://github.com/DOI-USGS/SpiceQL/issues/14 )
57
+ - Add github workflows [ #20 ] ( https://github.com/DOI-USGS/SpiceQL/pull/20 )
58
+ - Added PR template with licensing [ #5 ] ( https://github.com/DOI-USGS/SpiceQL/pull/5 )
59
+
60
+ ### Changed
61
+
62
+ - Mkdocs update [ #26 ] ( https://github.com/DOI-USGS/SpiceQL/pull/26 )
63
+ - FastAPI app [ #27 ] ( https://github.com/DOI-USGS/SpiceQL/pull/27 )
64
+ - Clean up any mention of Sphinx [ #32 ] ( https://github.com/DOI-USGS/SpiceQL/pull/32 )
65
+ - Supporting ALE's ISD to Kernel functionality [ #33 ] ( https://github.com/DOI-USGS/SpiceQL/pull/33 )
66
+ - New inventory class [ #31 ] ( https://github.com/DOI-USGS/SpiceQL/pull/31 )
67
+ - Ale changes [ #36 ] ( https://github.com/DOI-USGS/SpiceQL/pull/36 )
68
+ - Accept string for ets param [ #34 ] ( https://github.com/DOI-USGS/SpiceQL/pull/34 )
69
+ - Dockerize FastAPI [ #35 ] ( https://github.com/DOI-USGS/SpiceQL/pull/35 )
70
+ - Validates quality param [ #40 ] ( https://github.com/DOI-USGS/SpiceQL/pull/40 )
71
+ - Planetary body search [ #42 ] ( https://github.com/DOI-USGS/SpiceQL/pull/42 )
49
72
50
73
### Fixed
74
+ - Bug fixes + tests [ #38 ] ( https://github.com/DOI-USGS/SpiceQL/pull/38 )
75
+ - Bugfixes [ #39 ] ( https://github.com/DOI-USGS/SpiceQL/pull/39 )
76
+ - Fixing bugs in the time search [ #41 ] ( https://github.com/DOI-USGS/SpiceQL/pull/41 )
77
+ - Fixed bug where cks were using interval scope [ #43 ] ( https://github.com/DOI-USGS/SpiceQL/pull/43 )
78
+ - SCLK Bug fixes [ #44 ] ( https://github.com/DOI-USGS/SpiceQL/pull/44 )
51
79
52
- ### Changed
53
- - SpiceQL source code
54
- - Required administrative files
0 commit comments