File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 9.8.1] - 2025-02-19
9+ ### Fixed
10+ - [ #535 ] ( https://github.com/unity-sds/unity-data-services/pull/535 ) fix: sorting key order was not kept previously
11+
812## [ 9.8.0] - 2025-02-10
913### Changed
1014- [ #532 ] ( https://github.com/unity-sds/unity-data-services/pull/532 ) feat: granules sort by time or other properties
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = "cumulus_lambda_functions" ,
15- version = "9.8.0 " ,
15+ version = "9.8.1 " ,
1616 packages = find_packages (),
1717 install_requires = install_requires ,
1818 package_data = {
You can’t perform that action at this time.
0 commit comments